#666AD5

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

Shades of Slate Blue #666AD5

Tints of Slate Blue #666AD5

Color information

#666AD5 (or 0x666AD5) is unknown color: approx Slate Blue. HEX triplet: 66, 6A and D5. RGB value is (102,106,213). Sum of RGB (Red+Green+Blue) = 102+106+213=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 213 (83.59% from 255 or 50.59% from 421); Max value from RGB is 213 - color contains mainly: blue. Hex color #666AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666AD5 is #99952A. Grayscale: #747474. Windows color (decimal): -10065195 or 13986406. OLE color: 13986406.

HSL color Cylindrical-coordinate representation of color #666AD5: hue angle of 237.84º 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 #666AD5 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB102106213-
CMYK0.520.5000.16
HSL237.84º56.92%61.76%-
HSV(B)237.84º52.11%83.53%-
XYZ22.6417.9465.22-
YUV117182.17117.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.23%
GREEN value IS 106 (41.80% from 255) = 25.18%
BLUE value IS 213 (83.59% from 255) = 50.59%
R=24.23%
G=25.18%
B=50.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1021062130.520.5000.16237.8456.9261.76
Hex666AD53432010ee393e
Octal14615232564620203567176
Binary110011011010101101010111010011001001000011101110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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