Shades of Chetwode Blue #656BB7
Tints of Chetwode Blue #656BB7
RGB
CMYK
RGB Variations
Color information
#656BB7 (or 0x656BB7) is known color: Chetwode Blue. HEX triplet: 65, 6B and B7. RGB value is (101,107,183). Sum of RGB (Red+Green+Blue) = 101+107+183=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 183 (71.88% from 255 or 46.80% from 391); Max value from RGB is 183 - color contains mainly: blue. Hex color #656BB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BB7 is #9A9448. Grayscale: #717171. Windows color (decimal): -10130505 or 12020581. OLE color: 12020581.
HSL color Cylindrical-coordinate representation of color #656BB7: hue angle of 235.61º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #656BB7 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 107 | 183 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.28 |
| HSL | 235.61º | 0.36% | 0.56% | - |
| HSV(B) | 235.61º | 0.45% | 0.72% | - |
| XYZ | 19.17 | 16.7 | 47.01 | - |
| YUV | 113.87 | 167.01 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 183 | 0.45 | 0.42 | 0 | 0.28 | 235.61 | 0.36 | 0.56 |
| Hex | 65 | 6B | B7 | 2D | 2A | 0 | 1C | EC | 24 | 38 |
| Octal | 145 | 153 | 267 | 55 | 52 | 0 | 34 | 354 | 44 | 70 |
| Binary | 1100101 | 1101011 | 10110111 | 101101 | 101010 | 0 | 11100 | 11101100 | 100100 | 111000 |
Color Harmonies of #656BB7
Complementary color
Monochromatic Colors of #656BB7
Black with #656BB7
Text Example
Text Example
White with #656BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656BB7; }
p { color: rgb(101,107,183); }
H1.HeaderClassName
{
color: #656BB7;
}
.AnyTagClassName
{
color: #656BB7;
}
</style>
background-color css
<style>
a { background-color: #656BB7; }
a { background-color: rgb(101,107,183); }
div.DivClassName
{
background-color: #656BB7;
}
.BgClassName
{
background-color: #656BB7;
}
</style>
border-color css
<style>
span { border-color: #656BB7; }
span { border-color: rgb(101,107,183); }
td.TdClassName
{
border-color: #656BB7;
}
.TagClassName
{
border-color: #656BB7;
}
</style>