Shades of Chetwode Blue #656FCD
Tints of Chetwode Blue #656FCD
RGB
CMYK
RGB Variations
Color information
#656FCD (or 0x656FCD) is known color: Chetwode Blue. HEX triplet: 65, 6F and CD. RGB value is (101,111,205). Sum of RGB (Red+Green+Blue) = 101+111+205=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #656FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FCD is #9A9032. Grayscale: #767676. Windows color (decimal): -10129459 or 13463397. OLE color: 13463397.
HSL color Cylindrical-coordinate representation of color #656FCD: hue angle of 234.23º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #656FCD is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 111 | 205 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.20 |
| HSL | 234.23º | 0.51% | 0.6% | - |
| HSV(B) | 234.23º | 0.51% | 0.8% | - |
| XYZ | 22.07 | 18.54 | 60.17 | - |
| YUV | 118.73 | 176.69 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 205 | 0.51 | 0.46 | 0 | 0.20 | 234.23 | 0.51 | 0.6 |
| Hex | 65 | 6F | CD | 33 | 2E | 0 | 14 | EA | 33 | 3C |
| Octal | 145 | 157 | 315 | 63 | 56 | 0 | 24 | 352 | 63 | 74 |
| Binary | 1100101 | 1101111 | 11001101 | 110011 | 101110 | 0 | 10100 | 11101010 | 110011 | 111100 |
Color Harmonies of #656FCD
Complementary color
Monochromatic Colors of #656FCD
Black with #656FCD
Text Example
Text Example
White with #656FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656FCD; }
p { color: rgb(101,111,205); }
H1.HeaderClassName
{
color: #656FCD;
}
.AnyTagClassName
{
color: #656FCD;
}
</style>
background-color css
<style>
a { background-color: #656FCD; }
a { background-color: rgb(101,111,205); }
div.DivClassName
{
background-color: #656FCD;
}
.BgClassName
{
background-color: #656FCD;
}
</style>
border-color css
<style>
span { border-color: #656FCD; }
span { border-color: rgb(101,111,205); }
td.TdClassName
{
border-color: #656FCD;
}
.TagClassName
{
border-color: #656FCD;
}
</style>