#666EDD

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

Shades of Slate Blue #666EDD

Tints of Slate Blue #666EDD

Color information

#666EDD (or 0x666EDD) is unknown color: approx Slate Blue. HEX triplet: 66, 6E and DD. RGB value is (102,110,221). Sum of RGB (Red+Green+Blue) = 102+110+221=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #666EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666EDD is #999122. Grayscale: #777777. Windows color (decimal): -10064163 or 14511718. OLE color: 14511718.

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

Color convert

RGB102110221-
CMYK0.540.5000.13
HSL235.97º63.64%63.33%-
HSV(B)235.97º53.85%86.67%-
XYZ24.1119.270.84-
YUV120.26184.85114.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.56%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 221 (86.72% from 255) = 51.04%
R=23.56%
G=25.40%
B=51.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1021102210.540.5000.13235.9763.6463.33
Hex666EDD36320Dec403f
Octal146156335666201535410077
Binary110011011011101101110111011011001001101111011001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,110,221); }

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

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

 a { background-color: rgb(102,110,221); }

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

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

 span { border-color: rgb(102,110,221); }

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