#6c59ce

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

Shades of Slate Blue #6C59CE

Tints of Slate Blue #6C59CE

Color information

#6C59CE (or 0x6C59CE) is unknown color: approx Slate Blue. HEX triplet: 6C, 59 and CE. RGB value is (108,89,206). Sum of RGB (Red+Green+Blue) = 108+89+206=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C59CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C59CE is #93A631. Grayscale: #6B6B6B. Windows color (decimal): -9676338 or 13523308. OLE color: 13523308.

HSL color Cylindrical-coordinate representation of color #6C59CE: hue angle of 249.74º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C59CE is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10889206-
CMYK0.480.5700.19
HSL249.74º54.42%57.84%-
HSV(B)249.74º56.8%80.78%-
XYZ20.914.7960.15-
YUV108.02183.29127.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.80%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 206 (80.86% from 255) = 51.12%
R=26.80%
G=22.08%
B=51.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal108892060.480.5700.19249.7454.4257.84
Hex6C59CE3039013fa363a
Octal15413131660710233726672
Binary110110010110011100111011000011100101001111111010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c59ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,89,206); }

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

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

 a { background-color: rgb(108,89,206); }

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

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

 span { border-color: rgb(108,89,206); }

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