Shades of Chetwode Blue #666EAD
Tints of Chetwode Blue #666EAD
RGB
CMYK
RGB Variations
Color information
#666EAD (or 0x666EAD) is known color: Chetwode Blue. HEX triplet: 66, 6E and AD. RGB value is (102,110,173). Sum of RGB (Red+Green+Blue) = 102+110+173=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #666EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666EAD is #999152. Grayscale: #727272. Windows color (decimal): -10064211 or 11365990. OLE color: 11365990.
HSL color Cylindrical-coordinate representation of color #666EAD: hue angle of 233.24º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #666EAD is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 110 | 173 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.32 |
| HSL | 233.24º | 0.3% | 0.54% | - |
| HSV(B) | 233.24º | 0.41% | 0.68% | - |
| XYZ | 18.6 | 16.99 | 41.84 | - |
| YUV | 114.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 173 | 0.41 | 0.36 | 0 | 0.32 | 233.24 | 0.3 | 0.54 |
| Hex | 66 | 6E | AD | 29 | 24 | 0 | 20 | E9 | 1E | 36 |
| Octal | 146 | 156 | 255 | 51 | 44 | 0 | 40 | 351 | 36 | 66 |
| Binary | 1100110 | 1101110 | 10101101 | 101001 | 100100 | 0 | 100000 | 11101001 | 11110 | 110110 |
Color Harmonies of #666EAD
Complementary color
Monochromatic Colors of #666EAD
Black with #666EAD
Text Example
Text Example
White with #666EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666EAD; }
p { color: rgb(102,110,173); }
H1.HeaderClassName
{
color: #666EAD;
}
.AnyTagClassName
{
color: #666EAD;
}
</style>
background-color css
<style>
a { background-color: #666EAD; }
a { background-color: rgb(102,110,173); }
div.DivClassName
{
background-color: #666EAD;
}
.BgClassName
{
background-color: #666EAD;
}
</style>
border-color css
<style>
span { border-color: #666EAD; }
span { border-color: rgb(102,110,173); }
td.TdClassName
{
border-color: #666EAD;
}
.TagClassName
{
border-color: #666EAD;
}
</style>