#666BCD

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

Shades of Slate Blue #666BCD

Tints of Slate Blue #666BCD

Color information

#666BCD (or 0x666BCD) is unknown color: approx Slate Blue. HEX triplet: 66, 6B and CD. RGB value is (102,107,205). Sum of RGB (Red+Green+Blue) = 102+107+205=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #666BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BCD is #999432. Grayscale: #747474. Windows color (decimal): -10064947 or 13462374. OLE color: 13462374.

HSL color Cylindrical-coordinate representation of color #666BCD: hue angle of 237.09º degrees, saturation: 0.51, 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 #666BCD is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102107205-
CMYK0.500.4800.20
HSL237.09º50.74%60.2%-
HSV(B)237.09º50.24%80.39%-
XYZ21.7617.7560.04-
YUV116.68177.84117.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.64%
GREEN value IS 107 (42.19% from 255) = 25.85%
BLUE value IS 205 (80.47% from 255) = 49.52%
R=24.64%
G=25.85%
B=49.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021072050.500.4800.20237.0950.7460.2
Hex666BCD3230014ed333c
Octal14615331562600243556374
Binary110011011010111100110111001011000001010011101101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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