#6C59D8

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

Shades of Slate Blue #6C59D8

Tints of Slate Blue #6C59D8

Color information

#6C59D8 (or 0x6C59D8) is unknown color: approx Slate Blue. HEX triplet: 6C, 59 and D8. RGB value is (108,89,216). Sum of RGB (Red+Green+Blue) = 108+89+216=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 216 (84.77% from 255 or 52.30% from 413); Max value from RGB is 216 - color contains mainly: blue. Hex color #6C59D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C59D8 is #93A627. Grayscale: #6C6C6C. Windows color (decimal): -9676328 or 14178668. OLE color: 14178668.

HSL color Cylindrical-coordinate representation of color #6C59D8: hue angle of 248.98º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C59D8 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10889216-
CMYK0.500.5900.15
HSL248.98º61.95%59.8%-
HSV(B)248.98º58.8%84.71%-
XYZ22.1515.2966.75-
YUV109.16188.29127.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.15%
GREEN value IS 89 (35.16% from 255) = 21.55%
BLUE value IS 216 (84.77% from 255) = 52.30%
R=26.15%
G=21.55%
B=52.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal108892160.500.5900.15248.9861.9559.8
Hex6C59D8323B0Ff93e3c
Octal15413133062730173717674
Binary11011001011001110110001100101110110111111111001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C59D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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