Html Css Color HEX #666AAD Chetwode Blue

📋 copy color: '#666AAD'

red 102 ◦ green 106 ◦ blue 173

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

Shades of Chetwode Blue #666AAD

Tints of Chetwode Blue #666AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.41%

R = 26.77%
G = 27.82%
B = 45.41%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#666AAD (or 0x666AAD) is known color: Chetwode Blue. HEX triplet: 66, 6A and AD. RGB value is (102,106,173). Sum of RGB (Red+Green+Blue) = 102+106+173=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #666AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666AAD is #999552. Grayscale: #707070. Windows color (decimal): -10065235 or 11364966. OLE color: 11364966.

HSL color Cylindrical-coordinate representation of color #666AAD: hue angle of 236.62º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #666AAD is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 106 173 -
CMYK 0.41 0.39 0 0.32
HSL 236.62º 0.3% 0.54% -
HSV(B) 236.62º 0.41% 0.68% -
XYZ 18.18 16.15 41.69 -
YUV 112.44 162.17 120.55 -
System Red Green Blue C M Y K H S L
Decimal 102 106 173 0.41 0.39 0 0.32 236.62 0.3 0.54
Hex 66 6A AD 29 27 0 20 ED 1E 36
Octal 146 152 255 51 47 0 40 355 36 66
Binary 1100110 1101010 10101101 101001 100111 0 100000 11101101 11110 110110

Color Harmonies of #666AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666AAD

Black with #666AAD

Text Example


Text Example

White with #666AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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