Shades of Chetwode Blue #666EAF
Tints of Chetwode Blue #666EAF
RGB
CMYK
RGB Variations
Color information
#666EAF (or 0x666EAF) is known color: Chetwode Blue. HEX triplet: 66, 6E and AF. RGB value is (102,110,175). Sum of RGB (Red+Green+Blue) = 102+110+175=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #666EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666EAF is #999150. Grayscale: #727272. Windows color (decimal): -10064209 or 11497062. OLE color: 11497062.
HSL color Cylindrical-coordinate representation of color #666EAF: hue angle of 233.42º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #666EAF is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 110 | 175 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.31 |
| HSL | 233.42º | 0.31% | 0.54% | - |
| HSV(B) | 233.42º | 0.42% | 0.69% | - |
| XYZ | 18.79 | 17.07 | 42.86 | - |
| YUV | 115.02 | 161.85 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 175 | 0.42 | 0.37 | 0 | 0.31 | 233.42 | 0.31 | 0.54 |
| Hex | 66 | 6E | AF | 2A | 25 | 0 | 1F | E9 | 1F | 36 |
| Octal | 146 | 156 | 257 | 52 | 45 | 0 | 37 | 351 | 37 | 66 |
| Binary | 1100110 | 1101110 | 10101111 | 101010 | 100101 | 0 | 11111 | 11101001 | 11111 | 110110 |
Color Harmonies of #666EAF
Complementary color
Monochromatic Colors of #666EAF
Black with #666EAF
Text Example
Text Example
White with #666EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666EAF; }
p { color: rgb(102,110,175); }
H1.HeaderClassName
{
color: #666EAF;
}
.AnyTagClassName
{
color: #666EAF;
}
</style>
background-color css
<style>
a { background-color: #666EAF; }
a { background-color: rgb(102,110,175); }
div.DivClassName
{
background-color: #666EAF;
}
.BgClassName
{
background-color: #666EAF;
}
</style>
border-color css
<style>
span { border-color: #666EAF; }
span { border-color: rgb(102,110,175); }
td.TdClassName
{
border-color: #666EAF;
}
.TagClassName
{
border-color: #666EAF;
}
</style>