#666DD5

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

Shades of Slate Blue #666DD5

Tints of Slate Blue #666DD5

Color information

#666DD5 (or 0x666DD5) is unknown color: approx Slate Blue. HEX triplet: 66, 6D and D5. RGB value is (102,109,213). Sum of RGB (Red+Green+Blue) = 102+109+213=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #666DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DD5 is #99922A. Grayscale: #767676. Windows color (decimal): -10064427 or 13987174. OLE color: 13987174.

HSL color Cylindrical-coordinate representation of color #666DD5: hue angle of 236.22º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #666DD5 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB102109213-
CMYK0.520.4900.16
HSL236.22º56.92%61.76%-
HSV(B)236.22º52.11%83.53%-
XYZ22.9618.5765.32-
YUV118.76181.18116.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.06%
GREEN value IS 109 (42.97% from 255) = 25.71%
BLUE value IS 213 (83.59% from 255) = 50.24%
R=24.06%
G=25.71%
B=50.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1021092130.520.4900.16236.2256.9261.76
Hex666DD53431010ec393e
Octal14615532564610203547176
Binary110011011011011101010111010011000101000011101100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,109,213); }

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

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

 a { background-color: rgb(102,109,213); }

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

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

 span { border-color: rgb(102,109,213); }

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