Shades of Chetwode Blue #666AAA
Tints of Chetwode Blue #666AAA
RGB
CMYK
RGB Variations
Color information
#666AAA (or 0x666AAA) is known color: Chetwode Blue. HEX triplet: 66, 6A and AA. RGB value is (102,106,170). Sum of RGB (Red+Green+Blue) = 102+106+170=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #666AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666AAA is #999555. Grayscale: #6F6F6F. Windows color (decimal): -10065238 or 11168358. OLE color: 11168358.
HSL color Cylindrical-coordinate representation of color #666AAA: hue angle of 236.47º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #666AAA is Cyan = 0.4, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 106 | 170 | - |
| CMYK | 0.4 | 0.38 | 0 | 0.33 |
| HSL | 236.47º | 0.29% | 0.53% | - |
| HSV(B) | 236.47º | 0.4% | 0.67% | - |
| XYZ | 17.89 | 16.04 | 40.18 | - |
| YUV | 112.1 | 160.67 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 170 | 0.4 | 0.38 | 0 | 0.33 | 236.47 | 0.29 | 0.53 |
| Hex | 66 | 6A | AA | 28 | 26 | 0 | 21 | EC | 1D | 35 |
| Octal | 146 | 152 | 252 | 50 | 46 | 0 | 41 | 354 | 35 | 65 |
| Binary | 1100110 | 1101010 | 10101010 | 101000 | 100110 | 0 | 100001 | 11101100 | 11101 | 110101 |
Color Harmonies of #666AAA
Complementary color
Monochromatic Colors of #666AAA
Black with #666AAA
Text Example
Text Example
White with #666AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666AAA; }
p { color: rgb(102,106,170); }
H1.HeaderClassName
{
color: #666AAA;
}
.AnyTagClassName
{
color: #666AAA;
}
</style>
background-color css
<style>
a { background-color: #666AAA; }
a { background-color: rgb(102,106,170); }
div.DivClassName
{
background-color: #666AAA;
}
.BgClassName
{
background-color: #666AAA;
}
</style>
border-color css
<style>
span { border-color: #666AAA; }
span { border-color: rgb(102,106,170); }
td.TdClassName
{
border-color: #666AAA;
}
.TagClassName
{
border-color: #666AAA;
}
</style>