#6C59C8

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

Shades of Slate Blue #6C59C8

Tints of Slate Blue #6C59C8

Color information

#6C59C8 (or 0x6C59C8) is unknown color: approx Slate Blue. HEX triplet: 6C, 59 and C8. RGB value is (108,89,200). Sum of RGB (Red+Green+Blue) = 108+89+200=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #6C59C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C59C8 is #93A637. Grayscale: #6A6A6A. Windows color (decimal): -9676344 or 13130092. OLE color: 13130092.

HSL color Cylindrical-coordinate representation of color #6C59C8: hue angle of 250.27º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C59C8 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10889200-
CMYK0.460.5600.22
HSL250.27º50.23%56.67%-
HSV(B)250.27º55.5%78.43%-
XYZ20.1814.556.38-
YUV107.34180.29128.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.20%
GREEN value IS 89 (35.16% from 255) = 22.42%
BLUE value IS 200 (78.52% from 255) = 50.38%
R=27.20%
G=22.42%
B=50.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal108892000.460.5600.22250.2750.2356.67
Hex6C59C82E38016fa3239
Octal15413131056700263726271
Binary110110010110011100100010111011100001011011111010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C59C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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