Shades of Chetwode Blue #666EA7
Tints of Chetwode Blue #666EA7
RGB
CMYK
RGB Variations
Color information
#666EA7 (or 0x666EA7) is known color: Chetwode Blue. HEX triplet: 66, 6E and A7. RGB value is (102,110,167). Sum of RGB (Red+Green+Blue) = 102+110+167=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 167 - color contains mainly: blue. Hex color #666EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666EA7 is #999158. Grayscale: #717171. Windows color (decimal): -10064217 or 10972774. OLE color: 10972774.
HSL color Cylindrical-coordinate representation of color #666EA7: hue angle of 232.62º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #666EA7 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 110 | 167 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.35 |
| HSL | 232.62º | 0.27% | 0.53% | - |
| HSV(B) | 232.62º | 0.39% | 0.65% | - |
| XYZ | 18.03 | 16.77 | 38.85 | - |
| YUV | 114.11 | 157.85 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 167 | 0.39 | 0.34 | 0 | 0.35 | 232.62 | 0.27 | 0.53 |
| Hex | 66 | 6E | A7 | 27 | 22 | 0 | 23 | E9 | 1B | 35 |
| Octal | 146 | 156 | 247 | 47 | 42 | 0 | 43 | 351 | 33 | 65 |
| Binary | 1100110 | 1101110 | 10100111 | 100111 | 100010 | 0 | 100011 | 11101001 | 11011 | 110101 |
Color Harmonies of #666EA7
Complementary color
Monochromatic Colors of #666EA7
Black with #666EA7
Text Example
Text Example
White with #666EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666EA7; }
p { color: rgb(102,110,167); }
H1.HeaderClassName
{
color: #666EA7;
}
.AnyTagClassName
{
color: #666EA7;
}
</style>
background-color css
<style>
a { background-color: #666EA7; }
a { background-color: rgb(102,110,167); }
div.DivClassName
{
background-color: #666EA7;
}
.BgClassName
{
background-color: #666EA7;
}
</style>
border-color css
<style>
span { border-color: #666EA7; }
span { border-color: rgb(102,110,167); }
td.TdClassName
{
border-color: #666EA7;
}
.TagClassName
{
border-color: #666EA7;
}
</style>