#6C66DC

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

Shades of Slate Blue #6C66DC

Tints of Slate Blue #6C66DC

Color information

#6C66DC (or 0x6C66DC) is unknown color: approx Slate Blue. HEX triplet: 6C, 66 and DC. RGB value is (108,102,220). Sum of RGB (Red+Green+Blue) = 108+102+220=430 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.12% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C66DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C66DC is #939923. Grayscale: #747474. Windows color (decimal): -9672996 or 14444140. OLE color: 14444140.

HSL color Cylindrical-coordinate representation of color #6C66DC: hue angle of 243.05º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C66DC is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB108102220-
CMYK0.510.5400.14
HSL243.05º62.77%63.14%-
HSV(B)243.05º53.64%86.27%-
XYZ23.8517.8669.9-
YUV117.25185.99121.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.12%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 220 (86.33% from 255) = 51.16%
R=25.12%
G=23.72%
B=51.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1081022200.510.5400.14243.0562.7763.14
Hex6C66DC33360Ef33f3f
Octal15414633463660163637777
Binary11011001100110110111001100111101100111011110011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C66DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,102,220); }

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

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

 a { background-color: rgb(108,102,220); }

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

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

 span { border-color: rgb(108,102,220); }

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