#666AD1

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

Shades of Slate Blue #666AD1

Tints of Slate Blue #666AD1

Color information

#666AD1 (or 0x666AD1) is unknown color: approx Slate Blue. HEX triplet: 66, 6A and D1. RGB value is (102,106,209). Sum of RGB (Red+Green+Blue) = 102+106+209=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #666AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666AD1 is #99952E. Grayscale: #747474. Windows color (decimal): -10065199 or 13724262. OLE color: 13724262.

HSL color Cylindrical-coordinate representation of color #666AD1: hue angle of 237.76º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #666AD1 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB102106209-
CMYK0.510.4900.18
HSL237.76º53.77%60.98%-
HSV(B)237.76º51.2%81.96%-
XYZ22.1417.7462.58-
YUV116.55180.17117.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.46%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 209 (82.03% from 255) = 50.12%
R=24.46%
G=25.42%
B=50.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1021062090.510.4900.18237.7653.7760.98
Hex666AD13331012ee363d
Octal14615232163610223566675
Binary110011011010101101000111001111000101001011101110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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