#666BDE

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

Shades of Slate Blue #666BDE

Tints of Slate Blue #666BDE

Color information

#666BDE (or 0x666BDE) is unknown color: approx Slate Blue. HEX triplet: 66, 6B and DE. RGB value is (102,107,222). Sum of RGB (Red+Green+Blue) = 102+107+222=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #666BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BDE is #999421. Grayscale: #767676. Windows color (decimal): -10064930 or 14576486. OLE color: 14576486.

HSL color Cylindrical-coordinate representation of color #666BDE: hue angle of 237.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #666BDE is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB102107222-
CMYK0.540.5200.13
HSL237.5º64.52%63.53%-
HSV(B)237.5º54.05%87.06%-
XYZ23.9218.6171.44-
YUV118.61186.34116.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.67%
GREEN value IS 107 (42.19% from 255) = 24.83%
BLUE value IS 222 (87.11% from 255) = 51.51%
R=23.67%
G=24.83%
B=51.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1021072220.540.5200.13237.564.5263.53
Hex666BDE36340Dee4140
Octal1461533366664015356101100
Binary1100110110101111011110110110110100011011110111010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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