Html Css Color HEX #666ADD Slate Blue

📋 copy color: '#666ADD'

red 102 ◦ green 106 ◦ blue 221

#666ADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #666ADD

Tints of Slate Blue #666ADD

RGB

 RED value IS 102 (40.23% from 255) = 23.78%

 GREEN value IS 106 (41.8% from 255) = 24.71%

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 23.78%
G = 24.71%
B = 51.52%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#666ADD (or 0x666ADD) is known color: Slate Blue. HEX triplet: 66, 6A and DD. RGB value is (102,106,221). Sum of RGB (Red+Green+Blue) = 102+106+221=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #666ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666ADD is #999522. Grayscale: #757575. Windows color (decimal): -10065187 or 14510694. OLE color: 14510694.

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

Color convert

RGB 102 106 221 -
CMYK 0.54 0.52 0 0.13
HSL 237.98º 0.64% 0.63% -
HSV(B) 237.98º 0.54% 0.87% -
XYZ 23.68 18.35 70.7 -
YUV 117.91 186.17 116.65 -
System Red Green Blue C M Y K H S L
Decimal 102 106 221 0.54 0.52 0 0.13 237.98 0.64 0.63
Hex 66 6A DD 36 34 0 D EE 40 3F
Octal 146 152 335 66 64 0 15 356 100 77
Binary 1100110 1101010 11011101 110110 110100 0 1101 11101110 1000000 111111

Color Harmonies of #666ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666ADD

Black with #666ADD

Text Example


Text Example

White with #666ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #666ADD;
 }
 .AnyTagClassName
 {
   color: #666ADD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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