#666BD2

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

Shades of Slate Blue #666BD2

Tints of Slate Blue #666BD2

Color information

#666BD2 (or 0x666BD2) is unknown color: approx Slate Blue. HEX triplet: 66, 6B and D2. RGB value is (102,107,210). Sum of RGB (Red+Green+Blue) = 102+107+210=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 210 (82.42% from 255 or 50.12% from 419); Max value from RGB is 210 - color contains mainly: blue. Hex color #666BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BD2 is #99942D. Grayscale: #747474. Windows color (decimal): -10064942 or 13790054. OLE color: 13790054.

HSL color Cylindrical-coordinate representation of color #666BD2: hue angle of 237.22º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #666BD2 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB102107210-
CMYK0.510.4900.18
HSL237.22º54.55%61.18%-
HSV(B)237.22º51.43%82.35%-
XYZ22.3717.9963.27-
YUV117.25180.34117.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.34%
GREEN value IS 107 (42.19% from 255) = 25.54%
BLUE value IS 210 (82.42% from 255) = 50.12%
R=24.34%
G=25.54%
B=50.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1021072100.510.4900.18237.2254.5561.18
Hex666BD23331012ed373d
Octal14615332263610223556775
Binary110011011010111101001011001111000101001011101101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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