Shades of Chetwode Blue #656FC9
Tints of Chetwode Blue #656FC9
RGB
CMYK
RGB Variations
Color information
#656FC9 (or 0x656FC9) is known color: Chetwode Blue. HEX triplet: 65, 6F and C9. RGB value is (101,111,201). Sum of RGB (Red+Green+Blue) = 101+111+201=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #656FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FC9 is #9A9036. Grayscale: #757575. Windows color (decimal): -10129463 or 13201253. OLE color: 13201253.
HSL color Cylindrical-coordinate representation of color #656FC9: hue angle of 234º 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 #656FC9 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 111 | 201 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.21 |
| HSL | 234º | 0.48% | 0.59% | - |
| HSV(B) | 234º | 0.5% | 0.79% | - |
| XYZ | 21.59 | 18.35 | 57.66 | - |
| YUV | 118.27 | 174.69 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 201 | 0.50 | 0.45 | 0 | 0.21 | 234 | 0.48 | 0.59 |
| Hex | 65 | 6F | C9 | 32 | 2D | 0 | 15 | EA | 30 | 3B |
| Octal | 145 | 157 | 311 | 62 | 55 | 0 | 25 | 352 | 60 | 73 |
| Binary | 1100101 | 1101111 | 11001001 | 110010 | 101101 | 0 | 10101 | 11101010 | 110000 | 111011 |
Color Harmonies of #656FC9
Complementary color
Monochromatic Colors of #656FC9
Black with #656FC9
Text Example
Text Example
White with #656FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656FC9; }
p { color: rgb(101,111,201); }
H1.HeaderClassName
{
color: #656FC9;
}
.AnyTagClassName
{
color: #656FC9;
}
</style>
background-color css
<style>
a { background-color: #656FC9; }
a { background-color: rgb(101,111,201); }
div.DivClassName
{
background-color: #656FC9;
}
.BgClassName
{
background-color: #656FC9;
}
</style>
border-color css
<style>
span { border-color: #656FC9; }
span { border-color: rgb(101,111,201); }
td.TdClassName
{
border-color: #656FC9;
}
.TagClassName
{
border-color: #656FC9;
}
</style>