Shades of Chetwode Blue #666CAA
Tints of Chetwode Blue #666CAA
RGB
CMYK
RGB Variations
Color information
#666CAA (or 0x666CAA) is known color: Chetwode Blue. HEX triplet: 66, 6C and AA. RGB value is (102,108,170). Sum of RGB (Red+Green+Blue) = 102+108+170=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #666CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666CAA is #999355. Grayscale: #717171. Windows color (decimal): -10064726 or 11168870. OLE color: 11168870.
HSL color Cylindrical-coordinate representation of color #666CAA: hue angle of 234.71º 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 #666CAA is Cyan = 0.4, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 108 | 170 | - |
| CMYK | 0.4 | 0.36 | 0 | 0.33 |
| HSL | 234.71º | 0.29% | 0.53% | - |
| HSV(B) | 234.71º | 0.4% | 0.67% | - |
| XYZ | 18.1 | 16.45 | 40.25 | - |
| YUV | 113.27 | 160.01 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 170 | 0.4 | 0.36 | 0 | 0.33 | 234.71 | 0.29 | 0.53 |
| Hex | 66 | 6C | AA | 28 | 24 | 0 | 21 | EB | 1D | 35 |
| Octal | 146 | 154 | 252 | 50 | 44 | 0 | 41 | 353 | 35 | 65 |
| Binary | 1100110 | 1101100 | 10101010 | 101000 | 100100 | 0 | 100001 | 11101011 | 11101 | 110101 |
Color Harmonies of #666CAA
Complementary color
Monochromatic Colors of #666CAA
Black with #666CAA
Text Example
Text Example
White with #666CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666CAA; }
p { color: rgb(102,108,170); }
H1.HeaderClassName
{
color: #666CAA;
}
.AnyTagClassName
{
color: #666CAA;
}
</style>
background-color css
<style>
a { background-color: #666CAA; }
a { background-color: rgb(102,108,170); }
div.DivClassName
{
background-color: #666CAA;
}
.BgClassName
{
background-color: #666CAA;
}
</style>
border-color css
<style>
span { border-color: #666CAA; }
span { border-color: rgb(102,108,170); }
td.TdClassName
{
border-color: #666CAA;
}
.TagClassName
{
border-color: #666CAA;
}
</style>