#6C59CC

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

Shades of Slate Blue #6C59CC

Tints of Slate Blue #6C59CC

Color information

#6C59CC (or 0x6C59CC) is unknown color: approx Slate Blue. HEX triplet: 6C, 59 and CC. RGB value is (108,89,204). Sum of RGB (Red+Green+Blue) = 108+89+204=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C59CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C59CC is #93A633. Grayscale: #6B6B6B. Windows color (decimal): -9676340 or 13392236. OLE color: 13392236.

HSL color Cylindrical-coordinate representation of color #6C59CC: hue angle of 249.91º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C59CC is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10889204-
CMYK0.470.5600.2
HSL249.91º53%57.45%-
HSV(B)249.91º56.37%80%-
XYZ20.6614.6958.87-
YUV107.79182.29128.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.93%
GREEN value IS 89 (35.16% from 255) = 22.19%
BLUE value IS 204 (80.08% from 255) = 50.87%
R=26.93%
G=22.19%
B=50.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal108892040.470.5600.2249.915357.45
Hex6C59CC2F38014fa3539
Octal15413131457700243726571
Binary110110010110011100110010111111100001010011111010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C59CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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