Shades of Chetwode Blue #666BA9
Tints of Chetwode Blue #666BA9
RGB
CMYK
RGB Variations
Color information
#666BA9 (or 0x666BA9) is known color: Chetwode Blue. HEX triplet: 66, 6B and A9. RGB value is (102,107,169). Sum of RGB (Red+Green+Blue) = 102+107+169=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 169 - color contains mainly: blue. Hex color #666BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666BA9 is #999456. Grayscale: #707070. Windows color (decimal): -10064983 or 11103078. OLE color: 11103078.
HSL color Cylindrical-coordinate representation of color #666BA9: hue angle of 235.52º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #666BA9 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 107 | 169 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.34 |
| HSL | 235.52º | 0.28% | 0.53% | - |
| HSV(B) | 235.52º | 0.4% | 0.66% | - |
| XYZ | 17.9 | 16.2 | 39.72 | - |
| YUV | 112.57 | 159.84 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 169 | 0.40 | 0.37 | 0 | 0.34 | 235.52 | 0.28 | 0.53 |
| Hex | 66 | 6B | A9 | 28 | 25 | 0 | 22 | EC | 1C | 35 |
| Octal | 146 | 153 | 251 | 50 | 45 | 0 | 42 | 354 | 34 | 65 |
| Binary | 1100110 | 1101011 | 10101001 | 101000 | 100101 | 0 | 100010 | 11101100 | 11100 | 110101 |
Color Harmonies of #666BA9
Complementary color
Monochromatic Colors of #666BA9
Black with #666BA9
Text Example
Text Example
White with #666BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BA9; }
p { color: rgb(102,107,169); }
H1.HeaderClassName
{
color: #666BA9;
}
.AnyTagClassName
{
color: #666BA9;
}
</style>
background-color css
<style>
a { background-color: #666BA9; }
a { background-color: rgb(102,107,169); }
div.DivClassName
{
background-color: #666BA9;
}
.BgClassName
{
background-color: #666BA9;
}
</style>
border-color css
<style>
span { border-color: #666BA9; }
span { border-color: rgb(102,107,169); }
td.TdClassName
{
border-color: #666BA9;
}
.TagClassName
{
border-color: #666BA9;
}
</style>