Shades of Chetwode Blue #666FAF
Tints of Chetwode Blue #666FAF
RGB
CMYK
RGB Variations
Color information
#666FAF (or 0x666FAF) is known color: Chetwode Blue. HEX triplet: 66, 6F and AF. RGB value is (102,111,175). Sum of RGB (Red+Green+Blue) = 102+111+175=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #666FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666FAF is #999050. Grayscale: #737373. Windows color (decimal): -10063953 or 11497318. OLE color: 11497318.
HSL color Cylindrical-coordinate representation of color #666FAF: hue angle of 232.6º 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 #666FAF is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 111 | 175 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.31 |
| HSL | 232.6º | 0.31% | 0.54% | - |
| HSV(B) | 232.6º | 0.42% | 0.69% | - |
| XYZ | 18.9 | 17.29 | 42.9 | - |
| YUV | 115.61 | 161.52 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 175 | 0.42 | 0.37 | 0 | 0.31 | 232.6 | 0.31 | 0.54 |
| Hex | 66 | 6F | AF | 2A | 25 | 0 | 1F | E9 | 1F | 36 |
| Octal | 146 | 157 | 257 | 52 | 45 | 0 | 37 | 351 | 37 | 66 |
| Binary | 1100110 | 1101111 | 10101111 | 101010 | 100101 | 0 | 11111 | 11101001 | 11111 | 110110 |
Color Harmonies of #666FAF
Complementary color
Monochromatic Colors of #666FAF
Black with #666FAF
Text Example
Text Example
White with #666FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666FAF; }
p { color: rgb(102,111,175); }
H1.HeaderClassName
{
color: #666FAF;
}
.AnyTagClassName
{
color: #666FAF;
}
</style>
background-color css
<style>
a { background-color: #666FAF; }
a { background-color: rgb(102,111,175); }
div.DivClassName
{
background-color: #666FAF;
}
.BgClassName
{
background-color: #666FAF;
}
</style>
border-color css
<style>
span { border-color: #666FAF; }
span { border-color: rgb(102,111,175); }
td.TdClassName
{
border-color: #666FAF;
}
.TagClassName
{
border-color: #666FAF;
}
</style>