Html Css Color HEX #666AAB Chetwode Blue

📋 copy color: '#666AAB'

red 102 ◦ green 106 ◦ blue 171

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

Shades of Chetwode Blue #666AAB

Tints of Chetwode Blue #666AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 26.91%
G = 27.97%
B = 45.12%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#666AAB (or 0x666AAB) is known color: Chetwode Blue. HEX triplet: 66, 6A and AB. RGB value is (102,106,171). Sum of RGB (Red+Green+Blue) = 102+106+171=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #666AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666AAB is #999554. Grayscale: #6F6F6F. Windows color (decimal): -10065237 or 11233894. OLE color: 11233894.

HSL color Cylindrical-coordinate representation of color #666AAB: hue angle of 236.52º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #666AAB is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 106 171 -
CMYK 0.40 0.38 0 0.33
HSL 236.52º 0.29% 0.54% -
HSV(B) 236.52º 0.4% 0.67% -
XYZ 17.98 16.07 40.68 -
YUV 112.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 102 106 171 0.40 0.38 0 0.33 236.52 0.29 0.54
Hex 66 6A AB 28 26 0 21 ED 1D 36
Octal 146 152 253 50 46 0 41 355 35 66
Binary 1100110 1101010 10101011 101000 100110 0 100001 11101101 11101 110110

Color Harmonies of #666AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666AAB

Black with #666AAB

Text Example


Text Example

White with #666AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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