Html Css Color HEX #666DDD Slate Blue

📋 copy color: '#666DDD'

red 102 ◦ green 109 ◦ blue 221

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

Shades of Slate Blue #666DDD

Tints of Slate Blue #666DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.23%

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

R = 23.61%
G = 25.23%
B = 51.16%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#666DDD (or 0x666DDD) is known color: Slate Blue. HEX triplet: 66, 6D and DD. RGB value is (102,109,221). Sum of RGB (Red+Green+Blue) = 102+109+221=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #666DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DDD is #999222. Grayscale: #777777. Windows color (decimal): -10064419 or 14511462. OLE color: 14511462.

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

Color convert

RGB 102 109 221 -
CMYK 0.54 0.51 0 0.13
HSL 236.47º 0.64% 0.63% -
HSV(B) 236.47º 0.54% 0.87% -
XYZ 24 18.98 70.81 -
YUV 119.68 185.18 115.39 -
System Red Green Blue C M Y K H S L
Decimal 102 109 221 0.54 0.51 0 0.13 236.47 0.64 0.63
Hex 66 6D DD 36 33 0 D EC 40 3F
Octal 146 155 335 66 63 0 15 354 100 77
Binary 1100110 1101101 11011101 110110 110011 0 1101 11101100 1000000 111111

Color Harmonies of #666DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666DDD

Black with #666DDD

Text Example


Text Example

White with #666DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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