Shades of Chetwode Blue #666BAA
Tints of Chetwode Blue #666BAA
RGB
CMYK
RGB Variations
Color information
#666BAA (or 0x666BAA) is known color: Chetwode Blue. HEX triplet: 66, 6B and AA. RGB value is (102,107,170). Sum of RGB (Red+Green+Blue) = 102+107+170=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #666BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666BAA is #999455. Grayscale: #707070. Windows color (decimal): -10064982 or 11168614. OLE color: 11168614.
HSL color Cylindrical-coordinate representation of color #666BAA: hue angle of 235.59º 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 #666BAA is Cyan = 0.4, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 107 | 170 | - |
| CMYK | 0.4 | 0.37 | 0 | 0.33 |
| HSL | 235.59º | 0.29% | 0.53% | - |
| HSV(B) | 235.59º | 0.4% | 0.67% | - |
| XYZ | 17.99 | 16.24 | 40.22 | - |
| YUV | 112.69 | 160.34 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 170 | 0.4 | 0.37 | 0 | 0.33 | 235.59 | 0.29 | 0.53 |
| Hex | 66 | 6B | AA | 28 | 25 | 0 | 21 | EC | 1D | 35 |
| Octal | 146 | 153 | 252 | 50 | 45 | 0 | 41 | 354 | 35 | 65 |
| Binary | 1100110 | 1101011 | 10101010 | 101000 | 100101 | 0 | 100001 | 11101100 | 11101 | 110101 |
Color Harmonies of #666BAA
Complementary color
Monochromatic Colors of #666BAA
Black with #666BAA
Text Example
Text Example
White with #666BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BAA; }
p { color: rgb(102,107,170); }
H1.HeaderClassName
{
color: #666BAA;
}
.AnyTagClassName
{
color: #666BAA;
}
</style>
background-color css
<style>
a { background-color: #666BAA; }
a { background-color: rgb(102,107,170); }
div.DivClassName
{
background-color: #666BAA;
}
.BgClassName
{
background-color: #666BAA;
}
</style>
border-color css
<style>
span { border-color: #666BAA; }
span { border-color: rgb(102,107,170); }
td.TdClassName
{
border-color: #666BAA;
}
.TagClassName
{
border-color: #666BAA;
}
</style>