Shades of Chetwode Blue #656FA9
Tints of Chetwode Blue #656FA9
RGB
CMYK
RGB Variations
Color information
#656FA9 (or 0x656FA9) is known color: Chetwode Blue. HEX triplet: 65, 6F and A9. RGB value is (101,111,169). Sum of RGB (Red+Green+Blue) = 101+111+169=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 169 (66.41% from 255 or 44.36% from 381); Max value from RGB is 169 - color contains mainly: blue. Hex color #656FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656FA9 is #9A9056. Grayscale: #727272. Windows color (decimal): -10129495 or 11104101. OLE color: 11104101.
HSL color Cylindrical-coordinate representation of color #656FA9: hue angle of 231.18º 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 #656FA9 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 101 | 111 | 169 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.34 |
| HSL | 231.18º | 0.28% | 0.53% | - |
| HSV(B) | 231.18º | 0.4% | 0.66% | - |
| XYZ | 18.21 | 17 | 39.86 | - |
| YUV | 114.62 | 158.69 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 169 | 0.40 | 0.34 | 0 | 0.34 | 231.18 | 0.28 | 0.53 |
| Hex | 65 | 6F | A9 | 28 | 22 | 0 | 22 | E7 | 1C | 35 |
| Octal | 145 | 157 | 251 | 50 | 42 | 0 | 42 | 347 | 34 | 65 |
| Binary | 1100101 | 1101111 | 10101001 | 101000 | 100010 | 0 | 100010 | 11100111 | 11100 | 110101 |
Color Harmonies of #656FA9
Complementary color
Monochromatic Colors of #656FA9
Black with #656FA9
Text Example
Text Example
White with #656FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656FA9; }
p { color: rgb(101,111,169); }
H1.HeaderClassName
{
color: #656FA9;
}
.AnyTagClassName
{
color: #656FA9;
}
</style>
background-color css
<style>
a { background-color: #656FA9; }
a { background-color: rgb(101,111,169); }
div.DivClassName
{
background-color: #656FA9;
}
.BgClassName
{
background-color: #656FA9;
}
</style>
border-color css
<style>
span { border-color: #656FA9; }
span { border-color: rgb(101,111,169); }
td.TdClassName
{
border-color: #656FA9;
}
.TagClassName
{
border-color: #656FA9;
}
</style>