Shades of Chetwode Blue #656D9F
Tints of Chetwode Blue #656D9F
RGB
CMYK
RGB Variations
Color information
#656D9F (or 0x656D9F) is known color: Chetwode Blue. HEX triplet: 65, 6D and 9F. RGB value is (101,109,159). Sum of RGB (Red+Green+Blue) = 101+109+159=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #656D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656D9F is #9A9260. Grayscale: #707070. Windows color (decimal): -10130017 or 10448229. OLE color: 10448229.
HSL color Cylindrical-coordinate representation of color #656D9F: hue angle of 231.72º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #656D9F is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 109 | 159 | - |
| CMYK | 0.36 | 0.31 | 0 | 0.38 |
| HSL | 231.72º | 0.23% | 0.51% | - |
| HSV(B) | 231.72º | 0.36% | 0.62% | - |
| XYZ | 17.09 | 16.21 | 35.03 | - |
| YUV | 112.31 | 154.35 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 159 | 0.36 | 0.31 | 0 | 0.38 | 231.72 | 0.23 | 0.51 |
| Hex | 65 | 6D | 9F | 24 | 1F | 0 | 26 | E8 | 17 | 33 |
| Octal | 145 | 155 | 237 | 44 | 37 | 0 | 46 | 350 | 27 | 63 |
| Binary | 1100101 | 1101101 | 10011111 | 100100 | 11111 | 0 | 100110 | 11101000 | 10111 | 110011 |
Color Harmonies of #656D9F
Complementary color
Monochromatic Colors of #656D9F
Black with #656D9F
Text Example
Text Example
White with #656D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656D9F; }
p { color: rgb(101,109,159); }
H1.HeaderClassName
{
color: #656D9F;
}
.AnyTagClassName
{
color: #656D9F;
}
</style>
background-color css
<style>
a { background-color: #656D9F; }
a { background-color: rgb(101,109,159); }
div.DivClassName
{
background-color: #656D9F;
}
.BgClassName
{
background-color: #656D9F;
}
</style>
border-color css
<style>
span { border-color: #656D9F; }
span { border-color: rgb(101,109,159); }
td.TdClassName
{
border-color: #656D9F;
}
.TagClassName
{
border-color: #656D9F;
}
</style>