#6C52E4

Color #6C52E4 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6C52E4

Tints of Slate Blue #6C52E4

Color information

#6C52E4 (or 0x6C52E4) is unknown color: approx Slate Blue. HEX triplet: 6C, 52 and E4. RGB value is (108,82,228). Sum of RGB (Red+Green+Blue) = 108+82+228=418 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.84% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 228 (89.45% from 255 or 54.55% from 418); Max value from RGB is 228 - color contains mainly: blue. Hex color #6C52E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C52E4 is #93AD1B. Grayscale: #696969. Windows color (decimal): -9678108 or 14963308. OLE color: 14963308.

HSL color Cylindrical-coordinate representation of color #6C52E4: hue angle of 250.68º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C52E4 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10882228-
CMYK0.530.6400.11
HSL250.68º73%60.78%-
HSV(B)250.68º64.04%89.41%-
XYZ23.2114.8275.04-
YUV106.42196.61129.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 25.84%
GREEN value IS 82 (32.42% from 255) = 19.62%
BLUE value IS 228 (89.45% from 255) = 54.55%
R=25.84%
G=19.62%
B=54.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal108822280.530.6400.11250.687360.78
Hex6C52E435400Bfb493d
Octal1541223446510001337311175
Binary1101100101001011100100110101100000001011111110111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C52E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C52E4; }

 p { color: rgb(108,82,228); }

 H1.HeaderClassName
 {
   color: #6C52E4;
 }
 .AnyTagClassName
 {
   color: #6C52E4;
 }
</style>
background-color css

<style>
 a { background-color: #6C52E4; }

 a { background-color: rgb(108,82,228); }

 div.DivClassName
 {
   background-color: #6C52E4;
 }
 .BgClassName
 {
   background-color: #6C52E4;
 }
</style>
border-color css

<style>
 span { border-color: #6C52E4; }

 span { border-color: rgb(108,82,228); }

 td.TdClassName
 {
   border-color: #6C52E4;
 }
 .TagClassName
 {
   border-color: #6C52E4;
 }
</style>