#666EDB

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

Shades of Slate Blue #666EDB

Tints of Slate Blue #666EDB

Color information

#666EDB (or 0x666EDB) is unknown color: approx Slate Blue. HEX triplet: 66, 6E and DB. RGB value is (102,110,219). Sum of RGB (Red+Green+Blue) = 102+110+219=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #666EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666EDB is #999124. Grayscale: #777777. Windows color (decimal): -10064165 or 14380646. OLE color: 14380646.

HSL color Cylindrical-coordinate representation of color #666EDB: hue angle of 235.9º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #666EDB is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB102110219-
CMYK0.530.5000.14
HSL235.9º61.9%62.94%-
HSV(B)235.9º53.42%85.88%-
XYZ23.8419.0969.45-
YUV120.03183.85115.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.67%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 219 (85.94% from 255) = 50.81%
R=23.67%
G=25.52%
B=50.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1021102190.530.5000.14235.961.962.94
Hex666EDB35320Eec3e3f
Octal14615633365620163547677
Binary11001101101110110110111101011100100111011101100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,110,219); }

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

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

 a { background-color: rgb(102,110,219); }

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

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

 span { border-color: rgb(102,110,219); }

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