Shades of Chetwode Blue #656BC9
Tints of Chetwode Blue #656BC9
RGB
CMYK
RGB Variations
Color information
#656BC9 (or 0x656BC9) is known color: Chetwode Blue. HEX triplet: 65, 6B and C9. RGB value is (101,107,201). Sum of RGB (Red+Green+Blue) = 101+107+201=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #656BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BC9 is #9A9436. Grayscale: #737373. Windows color (decimal): -10130487 or 13200229. OLE color: 13200229.
HSL color Cylindrical-coordinate representation of color #656BC9: hue angle of 236.4º 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 #656BC9 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 107 | 201 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.21 |
| HSL | 236.4º | 0.48% | 0.59% | - |
| HSV(B) | 236.4º | 0.5% | 0.79% | - |
| XYZ | 21.17 | 17.5 | 57.52 | - |
| YUV | 115.92 | 176.01 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 201 | 0.50 | 0.47 | 0 | 0.21 | 236.4 | 0.48 | 0.59 |
| Hex | 65 | 6B | C9 | 32 | 2F | 0 | 15 | EC | 30 | 3B |
| Octal | 145 | 153 | 311 | 62 | 57 | 0 | 25 | 354 | 60 | 73 |
| Binary | 1100101 | 1101011 | 11001001 | 110010 | 101111 | 0 | 10101 | 11101100 | 110000 | 111011 |
Color Harmonies of #656BC9
Complementary color
Monochromatic Colors of #656BC9
Black with #656BC9
Text Example
Text Example
White with #656BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656BC9; }
p { color: rgb(101,107,201); }
H1.HeaderClassName
{
color: #656BC9;
}
.AnyTagClassName
{
color: #656BC9;
}
</style>
background-color css
<style>
a { background-color: #656BC9; }
a { background-color: rgb(101,107,201); }
div.DivClassName
{
background-color: #656BC9;
}
.BgClassName
{
background-color: #656BC9;
}
</style>
border-color css
<style>
span { border-color: #656BC9; }
span { border-color: rgb(101,107,201); }
td.TdClassName
{
border-color: #656BC9;
}
.TagClassName
{
border-color: #656BC9;
}
</style>