#666CD5

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

Shades of Slate Blue #666CD5

Tints of Slate Blue #666CD5

Color information

#666CD5 (or 0x666CD5) is unknown color: approx Slate Blue. HEX triplet: 66, 6C and D5. RGB value is (102,108,213). Sum of RGB (Red+Green+Blue) = 102+108+213=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #666CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CD5 is #99932A. Grayscale: #757575. Windows color (decimal): -10064683 or 13986918. OLE color: 13986918.

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

Color convert

RGB102108213-
CMYK0.520.4900.16
HSL236.76º56.92%61.76%-
HSV(B)236.76º52.11%83.53%-
XYZ22.8518.3565.29-
YUV118.18181.51116.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.11%
GREEN value IS 108 (42.58% from 255) = 25.53%
BLUE value IS 213 (83.59% from 255) = 50.35%
R=24.11%
G=25.53%
B=50.35%

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
Decimal1021082130.520.4900.16236.7656.9261.76
Hex666CD53431010ed393e
Octal14615432564610203557176
Binary110011011011001101010111010011000101000011101101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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