Shades of Chetwode Blue #656DB7
Tints of Chetwode Blue #656DB7
RGB
CMYK
RGB Variations
Color information
#656DB7 (or 0x656DB7) is known color: Chetwode Blue. HEX triplet: 65, 6D and B7. RGB value is (101,109,183). Sum of RGB (Red+Green+Blue) = 101+109+183=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 183 - color contains mainly: blue. Hex color #656DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656DB7 is #9A9248. Grayscale: #727272. Windows color (decimal): -10129993 or 12021093. OLE color: 12021093.
HSL color Cylindrical-coordinate representation of color #656DB7: hue angle of 234.15º 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 #656DB7 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 109 | 183 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.28 |
| HSL | 234.15º | 0.36% | 0.56% | - |
| HSV(B) | 234.15º | 0.45% | 0.72% | - |
| XYZ | 19.38 | 17.12 | 47.08 | - |
| YUV | 115.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 183 | 0.45 | 0.40 | 0 | 0.28 | 234.15 | 0.36 | 0.56 |
| Hex | 65 | 6D | B7 | 2D | 28 | 0 | 1C | EA | 24 | 38 |
| Octal | 145 | 155 | 267 | 55 | 50 | 0 | 34 | 352 | 44 | 70 |
| Binary | 1100101 | 1101101 | 10110111 | 101101 | 101000 | 0 | 11100 | 11101010 | 100100 | 111000 |
Color Harmonies of #656DB7
Complementary color
Monochromatic Colors of #656DB7
Black with #656DB7
Text Example
Text Example
White with #656DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656DB7; }
p { color: rgb(101,109,183); }
H1.HeaderClassName
{
color: #656DB7;
}
.AnyTagClassName
{
color: #656DB7;
}
</style>
background-color css
<style>
a { background-color: #656DB7; }
a { background-color: rgb(101,109,183); }
div.DivClassName
{
background-color: #656DB7;
}
.BgClassName
{
background-color: #656DB7;
}
</style>
border-color css
<style>
span { border-color: #656DB7; }
span { border-color: rgb(101,109,183); }
td.TdClassName
{
border-color: #656DB7;
}
.TagClassName
{
border-color: #656DB7;
}
</style>