Shades of Chetwode Blue #656DC9
Tints of Chetwode Blue #656DC9
RGB
CMYK
RGB Variations
Color information
#656DC9 (or 0x656DC9) is known color: Chetwode Blue. HEX triplet: 65, 6D and C9. RGB value is (101,109,201). Sum of RGB (Red+Green+Blue) = 101+109+201=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #656DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656DC9 is #9A9236. Grayscale: #747474. Windows color (decimal): -10129975 or 13200741. OLE color: 13200741.
HSL color Cylindrical-coordinate representation of color #656DC9: hue angle of 235.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #656DC9 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 109 | 201 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.21 |
| HSL | 235.2º | 0.48% | 0.59% | - |
| HSV(B) | 235.2º | 0.5% | 0.79% | - |
| XYZ | 21.38 | 17.92 | 57.59 | - |
| YUV | 117.1 | 175.35 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 201 | 0.50 | 0.46 | 0 | 0.21 | 235.2 | 0.48 | 0.59 |
| Hex | 65 | 6D | C9 | 32 | 2E | 0 | 15 | EB | 30 | 3B |
| Octal | 145 | 155 | 311 | 62 | 56 | 0 | 25 | 353 | 60 | 73 |
| Binary | 1100101 | 1101101 | 11001001 | 110010 | 101110 | 0 | 10101 | 11101011 | 110000 | 111011 |
Color Harmonies of #656DC9
Complementary color
Monochromatic Colors of #656DC9
Black with #656DC9
Text Example
Text Example
White with #656DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656DC9; }
p { color: rgb(101,109,201); }
H1.HeaderClassName
{
color: #656DC9;
}
.AnyTagClassName
{
color: #656DC9;
}
</style>
background-color css
<style>
a { background-color: #656DC9; }
a { background-color: rgb(101,109,201); }
div.DivClassName
{
background-color: #656DC9;
}
.BgClassName
{
background-color: #656DC9;
}
</style>
border-color css
<style>
span { border-color: #656DC9; }
span { border-color: rgb(101,109,201); }
td.TdClassName
{
border-color: #656DC9;
}
.TagClassName
{
border-color: #656DC9;
}
</style>