Shades of Chetwode Blue #656FCB
Tints of Chetwode Blue #656FCB
RGB
CMYK
RGB Variations
Color information
#656FCB (or 0x656FCB) is known color: Chetwode Blue. HEX triplet: 65, 6F and CB. RGB value is (101,111,203). Sum of RGB (Red+Green+Blue) = 101+111+203=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #656FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FCB is #9A9034. Grayscale: #767676. Windows color (decimal): -10129461 or 13332325. OLE color: 13332325.
HSL color Cylindrical-coordinate representation of color #656FCB: hue angle of 234.12º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #656FCB is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 111 | 203 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.20 |
| HSL | 234.12º | 0.5% | 0.6% | - |
| HSV(B) | 234.12º | 0.5% | 0.8% | - |
| XYZ | 21.83 | 18.45 | 58.91 | - |
| YUV | 118.5 | 175.69 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 203 | 0.50 | 0.45 | 0 | 0.20 | 234.12 | 0.5 | 0.6 |
| Hex | 65 | 6F | CB | 32 | 2D | 0 | 14 | EA | 32 | 3C |
| Octal | 145 | 157 | 313 | 62 | 55 | 0 | 24 | 352 | 62 | 74 |
| Binary | 1100101 | 1101111 | 11001011 | 110010 | 101101 | 0 | 10100 | 11101010 | 110010 | 111100 |
Color Harmonies of #656FCB
Complementary color
Monochromatic Colors of #656FCB
Black with #656FCB
Text Example
Text Example
White with #656FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656FCB; }
p { color: rgb(101,111,203); }
H1.HeaderClassName
{
color: #656FCB;
}
.AnyTagClassName
{
color: #656FCB;
}
</style>
background-color css
<style>
a { background-color: #656FCB; }
a { background-color: rgb(101,111,203); }
div.DivClassName
{
background-color: #656FCB;
}
.BgClassName
{
background-color: #656FCB;
}
</style>
border-color css
<style>
span { border-color: #656FCB; }
span { border-color: rgb(101,111,203); }
td.TdClassName
{
border-color: #656FCB;
}
.TagClassName
{
border-color: #656FCB;
}
</style>