#6c52e2

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

Shades of Slate Blue #6C52E2

Tints of Slate Blue #6C52E2

Color information

#6C52E2 (or 0x6C52E2) is unknown color: approx Slate Blue. HEX triplet: 6C, 52 and E2. RGB value is (108,82,226). Sum of RGB (Red+Green+Blue) = 108+82+226=416 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.96% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 226 (88.67% from 255 or 54.33% from 416); Max value from RGB is 226 - color contains mainly: blue. Hex color #6C52E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C52E2 is #93AD1D. Grayscale: #696969. Windows color (decimal): -9678110 or 14832236. OLE color: 14832236.

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

Color convert

RGB10882226-
CMYK0.520.6400.11
HSL250.83º71.29%60.39%-
HSV(B)250.83º63.72%88.63%-
XYZ22.9314.7173.58-
YUV106.19195.61129.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.96%
GREEN value IS 82 (32.42% from 255) = 19.71%
BLUE value IS 226 (88.67% from 255) = 54.33%
R=25.96%
G=19.71%
B=54.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal108822260.520.6400.11250.8371.2960.39
Hex6C52E234400Bfb473c
Octal1541223426410001337310774
Binary1101100101001011100010110100100000001011111110111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c52e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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