Shades of Chetwode Blue #656F9F
Tints of Chetwode Blue #656F9F
RGB
CMYK
RGB Variations
Color information
#656F9F (or 0x656F9F) is known color: Chetwode Blue. HEX triplet: 65, 6F and 9F. RGB value is (101,111,159). Sum of RGB (Red+Green+Blue) = 101+111+159=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #656F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656F9F is #9A9060. Grayscale: #717171. Windows color (decimal): -10129505 or 10448741. OLE color: 10448741.
HSL color Cylindrical-coordinate representation of color #656F9F: hue angle of 229.66º 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 #656F9F is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 111 | 159 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.38 |
| HSL | 229.66º | 0.23% | 0.51% | - |
| HSV(B) | 229.66º | 0.36% | 0.62% | - |
| XYZ | 17.31 | 16.64 | 35.1 | - |
| YUV | 113.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 159 | 0.36 | 0.30 | 0 | 0.38 | 229.66 | 0.23 | 0.51 |
| Hex | 65 | 6F | 9F | 24 | 1E | 0 | 26 | E6 | 17 | 33 |
| Octal | 145 | 157 | 237 | 44 | 36 | 0 | 46 | 346 | 27 | 63 |
| Binary | 1100101 | 1101111 | 10011111 | 100100 | 11110 | 0 | 100110 | 11100110 | 10111 | 110011 |
Color Harmonies of #656F9F
Complementary color
Monochromatic Colors of #656F9F
Black with #656F9F
Text Example
Text Example
White with #656F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656F9F; }
p { color: rgb(101,111,159); }
H1.HeaderClassName
{
color: #656F9F;
}
.AnyTagClassName
{
color: #656F9F;
}
</style>
background-color css
<style>
a { background-color: #656F9F; }
a { background-color: rgb(101,111,159); }
div.DivClassName
{
background-color: #656F9F;
}
.BgClassName
{
background-color: #656F9F;
}
</style>
border-color css
<style>
span { border-color: #656F9F; }
span { border-color: rgb(101,111,159); }
td.TdClassName
{
border-color: #656F9F;
}
.TagClassName
{
border-color: #656F9F;
}
</style>