Shades of Chetwode Blue #666FAA
Tints of Chetwode Blue #666FAA
RGB
CMYK
RGB Variations
Color information
#666FAA (or 0x666FAA) is known color: Chetwode Blue. HEX triplet: 66, 6F and AA. RGB value is (102,111,170). Sum of RGB (Red+Green+Blue) = 102+111+170=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #666FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666FAA is #999055. Grayscale: #727272. Windows color (decimal): -10063958 or 11169638. OLE color: 11169638.
HSL color Cylindrical-coordinate representation of color #666FAA: hue angle of 232.06º 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 #666FAA is Cyan = 0.4, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 111 | 170 | - |
| CMYK | 0.4 | 0.35 | 0 | 0.33 |
| HSL | 232.06º | 0.29% | 0.53% | - |
| HSV(B) | 232.06º | 0.4% | 0.67% | - |
| XYZ | 18.42 | 17.1 | 40.36 | - |
| YUV | 115.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 170 | 0.4 | 0.35 | 0 | 0.33 | 232.06 | 0.29 | 0.53 |
| Hex | 66 | 6F | AA | 28 | 23 | 0 | 21 | E8 | 1D | 35 |
| Octal | 146 | 157 | 252 | 50 | 43 | 0 | 41 | 350 | 35 | 65 |
| Binary | 1100110 | 1101111 | 10101010 | 101000 | 100011 | 0 | 100001 | 11101000 | 11101 | 110101 |
Color Harmonies of #666FAA
Complementary color
Monochromatic Colors of #666FAA
Black with #666FAA
Text Example
Text Example
White with #666FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666FAA; }
p { color: rgb(102,111,170); }
H1.HeaderClassName
{
color: #666FAA;
}
.AnyTagClassName
{
color: #666FAA;
}
</style>
background-color css
<style>
a { background-color: #666FAA; }
a { background-color: rgb(102,111,170); }
div.DivClassName
{
background-color: #666FAA;
}
.BgClassName
{
background-color: #666FAA;
}
</style>
border-color css
<style>
span { border-color: #666FAA; }
span { border-color: rgb(102,111,170); }
td.TdClassName
{
border-color: #666FAA;
}
.TagClassName
{
border-color: #666FAA;
}
</style>