Shades of Chetwode Blue #666BB9
Tints of Chetwode Blue #666BB9
RGB
CMYK
RGB Variations
Color information
#666BB9 (or 0x666BB9) is known color: Chetwode Blue. HEX triplet: 66, 6B and B9. RGB value is (102,107,185). Sum of RGB (Red+Green+Blue) = 102+107+185=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #666BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BB9 is #999446. Grayscale: #727272. Windows color (decimal): -10064967 or 12151654. OLE color: 12151654.
HSL color Cylindrical-coordinate representation of color #666BB9: hue angle of 236.39º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #666BB9 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 107 | 185 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.27 |
| HSL | 236.39º | 0.37% | 0.56% | - |
| HSV(B) | 236.39º | 0.45% | 0.73% | - |
| XYZ | 19.49 | 16.84 | 48.12 | - |
| YUV | 114.4 | 167.84 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 185 | 0.45 | 0.42 | 0 | 0.27 | 236.39 | 0.37 | 0.56 |
| Hex | 66 | 6B | B9 | 2D | 2A | 0 | 1B | EC | 25 | 38 |
| Octal | 146 | 153 | 271 | 55 | 52 | 0 | 33 | 354 | 45 | 70 |
| Binary | 1100110 | 1101011 | 10111001 | 101101 | 101010 | 0 | 11011 | 11101100 | 100101 | 111000 |
Color Harmonies of #666BB9
Complementary color
Monochromatic Colors of #666BB9
Black with #666BB9
Text Example
Text Example
White with #666BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BB9; }
p { color: rgb(102,107,185); }
H1.HeaderClassName
{
color: #666BB9;
}
.AnyTagClassName
{
color: #666BB9;
}
</style>
background-color css
<style>
a { background-color: #666BB9; }
a { background-color: rgb(102,107,185); }
div.DivClassName
{
background-color: #666BB9;
}
.BgClassName
{
background-color: #666BB9;
}
</style>
border-color css
<style>
span { border-color: #666BB9; }
span { border-color: rgb(102,107,185); }
td.TdClassName
{
border-color: #666BB9;
}
.TagClassName
{
border-color: #666BB9;
}
</style>