Shades of Chetwode Blue #656BBF
Tints of Chetwode Blue #656BBF
RGB
CMYK
RGB Variations
Color information
#656BBF (or 0x656BBF) is known color: Chetwode Blue. HEX triplet: 65, 6B and BF. RGB value is (101,107,191). Sum of RGB (Red+Green+Blue) = 101+107+191=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #656BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BBF is #9A9440. Grayscale: #727272. Windows color (decimal): -10130497 or 12544869. OLE color: 12544869.
HSL color Cylindrical-coordinate representation of color #656BBF: hue angle of 236º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #656BBF is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 107 | 191 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.25 |
| HSL | 236º | 0.41% | 0.57% | - |
| HSV(B) | 236º | 0.47% | 0.75% | - |
| XYZ | 20.03 | 17.04 | 51.52 | - |
| YUV | 114.78 | 171.01 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 191 | 0.47 | 0.44 | 0 | 0.25 | 236 | 0.41 | 0.57 |
| Hex | 65 | 6B | BF | 2F | 2C | 0 | 19 | EC | 29 | 39 |
| Octal | 145 | 153 | 277 | 57 | 54 | 0 | 31 | 354 | 51 | 71 |
| Binary | 1100101 | 1101011 | 10111111 | 101111 | 101100 | 0 | 11001 | 11101100 | 101001 | 111001 |
Color Harmonies of #656BBF
Complementary color
Monochromatic Colors of #656BBF
Black with #656BBF
Text Example
Text Example
White with #656BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656BBF; }
p { color: rgb(101,107,191); }
H1.HeaderClassName
{
color: #656BBF;
}
.AnyTagClassName
{
color: #656BBF;
}
</style>
background-color css
<style>
a { background-color: #656BBF; }
a { background-color: rgb(101,107,191); }
div.DivClassName
{
background-color: #656BBF;
}
.BgClassName
{
background-color: #656BBF;
}
</style>
border-color css
<style>
span { border-color: #656BBF; }
span { border-color: rgb(101,107,191); }
td.TdClassName
{
border-color: #656BBF;
}
.TagClassName
{
border-color: #656BBF;
}
</style>