#666BCC

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

Shades of Slate Blue #666BCC

Tints of Slate Blue #666BCC

Color information

#666BCC (or 0x666BCC) is unknown color: approx Slate Blue. HEX triplet: 66, 6B and CC. RGB value is (102,107,204). Sum of RGB (Red+Green+Blue) = 102+107+204=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #666BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BCC is #999433. Grayscale: #747474. Windows color (decimal): -10064948 or 13396838. OLE color: 13396838.

HSL color Cylindrical-coordinate representation of color #666BCC: hue angle of 237.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #666BCC is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB102107204-
CMYK0.50.4800.2
HSL237.06º50%60%-
HSV(B)237.06º50%80%-
XYZ21.6417.759.4-
YUV116.56177.34117.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.70%
GREEN value IS 107 (42.19% from 255) = 25.91%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=24.70%
G=25.91%
B=49.39%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1021072040.50.4800.2237.065060
Hex666BCC3230014ed323c
Octal14615331462600243556274
Binary110011011010111100110011001011000001010011101101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666BCC; }

 p { color: rgb(102,107,204); }

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

<style>
 a { background-color: #666BCC; }

 a { background-color: rgb(102,107,204); }

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

<style>
 span { border-color: #666BCC; }

 span { border-color: rgb(102,107,204); }

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