#666fd5

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

Shades of Slate Blue #666FD5

Tints of Slate Blue #666FD5

Color information

#666FD5 (or 0x666FD5) is unknown color: approx Slate Blue. HEX triplet: 66, 6F and D5. RGB value is (102,111,213). Sum of RGB (Red+Green+Blue) = 102+111+213=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 213 (83.59% from 255 or 50% from 426); Max value from RGB is 213 - color contains mainly: blue. Hex color #666FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666FD5 is #99902A. Grayscale: #777777. Windows color (decimal): -10063915 or 13987686. OLE color: 13987686.

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

Color convert

RGB102111213-
CMYK0.520.4800.16
HSL235.14º56.92%61.76%-
HSV(B)235.14º52.11%83.53%-
XYZ23.171965.4-
YUV119.94180.52115.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.94%
GREEN value IS 111 (43.75% from 255) = 26.06%
BLUE value IS 213 (83.59% from 255) = 50%
R=23.94%
G=26.06%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1021112130.520.4800.16235.1456.9261.76
Hex666FD53430010eb393e
Octal14615732564600203537176
Binary110011011011111101010111010011000001000011101011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666fd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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