Html Css Color HEX #666DD2 Slate Blue

📋 copy color: '#666DD2'

red 102 ◦ green 109 ◦ blue 210

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

Shades of Slate Blue #666DD2

Tints of Slate Blue #666DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 49.88%

R = 24.23%
G = 25.89%
B = 49.88%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#666DD2 (or 0x666DD2) is known color: Slate Blue. HEX triplet: 66, 6D and D2. RGB value is (102,109,210). Sum of RGB (Red+Green+Blue) = 102+109+210=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 210 (82.42% from 255 or 49.88% from 421); Max value from RGB is 210 - color contains mainly: blue. Hex color #666DD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DD2 is #99922D. Grayscale: #767676. Windows color (decimal): -10064430 or 13790566. OLE color: 13790566.

HSL color Cylindrical-coordinate representation of color #666DD2: hue angle of 236.11º degrees, saturation: 0.55, 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 #666DD2 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 109 210 -
CMYK 0.51 0.48 0 0.18
HSL 236.11º 0.55% 0.61% -
HSV(B) 236.11º 0.51% 0.82% -
XYZ 22.58 18.42 63.34 -
YUV 118.42 179.68 116.29 -
System Red Green Blue C M Y K H S L
Decimal 102 109 210 0.51 0.48 0 0.18 236.11 0.55 0.61
Hex 66 6D D2 33 30 0 12 EC 37 3D
Octal 146 155 322 63 60 0 22 354 67 75
Binary 1100110 1101101 11010010 110011 110000 0 10010 11101100 110111 111101

Color Harmonies of #666DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666DD2

Black with #666DD2

Text Example


Text Example

White with #666DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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