#666CDB

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

Shades of Slate Blue #666CDB

Tints of Slate Blue #666CDB

Color information

#666CDB (or 0x666CDB) is unknown color: approx Slate Blue. HEX triplet: 66, 6C and DB. RGB value is (102,108,219). Sum of RGB (Red+Green+Blue) = 102+108+219=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #666CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CDB is #999324. Grayscale: #767676. Windows color (decimal): -10064677 or 14380134. OLE color: 14380134.

HSL color Cylindrical-coordinate representation of color #666CDB: hue angle of 236.92º 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 #666CDB is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB102108219-
CMYK0.530.5100.14
HSL236.92º61.9%62.94%-
HSV(B)236.92º53.42%85.88%-
XYZ23.6318.6669.38-
YUV118.86184.51115.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.78%
GREEN value IS 108 (42.58% from 255) = 25.17%
BLUE value IS 219 (85.94% from 255) = 51.05%
R=23.78%
G=25.17%
B=51.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1021082190.530.5100.14236.9261.962.94
Hex666CDB35330Eed3e3f
Octal14615433365630163557677
Binary11001101101100110110111101011100110111011101101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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