Shades of Chetwode Blue #656ABB
Tints of Chetwode Blue #656ABB
RGB
CMYK
RGB Variations
Color information
#656ABB (or 0x656ABB) is known color: Chetwode Blue. HEX triplet: 65, 6A and BB. RGB value is (101,106,187). Sum of RGB (Red+Green+Blue) = 101+106+187=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #656ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656ABB is #9A9544. Grayscale: #717171. Windows color (decimal): -10130757 or 12282469. OLE color: 12282469.
HSL color Cylindrical-coordinate representation of color #656ABB: hue angle of 236.51º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #656ABB is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 106 | 187 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.27 |
| HSL | 236.51º | 0.39% | 0.56% | - |
| HSV(B) | 236.51º | 0.46% | 0.73% | - |
| XYZ | 19.49 | 16.66 | 49.2 | - |
| YUV | 113.74 | 169.34 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 187 | 0.46 | 0.43 | 0 | 0.27 | 236.51 | 0.39 | 0.56 |
| Hex | 65 | 6A | BB | 2E | 2B | 0 | 1B | ED | 27 | 38 |
| Octal | 145 | 152 | 273 | 56 | 53 | 0 | 33 | 355 | 47 | 70 |
| Binary | 1100101 | 1101010 | 10111011 | 101110 | 101011 | 0 | 11011 | 11101101 | 100111 | 111000 |
Color Harmonies of #656ABB
Complementary color
Monochromatic Colors of #656ABB
Black with #656ABB
Text Example
Text Example
White with #656ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656ABB; }
p { color: rgb(101,106,187); }
H1.HeaderClassName
{
color: #656ABB;
}
.AnyTagClassName
{
color: #656ABB;
}
</style>
background-color css
<style>
a { background-color: #656ABB; }
a { background-color: rgb(101,106,187); }
div.DivClassName
{
background-color: #656ABB;
}
.BgClassName
{
background-color: #656ABB;
}
</style>
border-color css
<style>
span { border-color: #656ABB; }
span { border-color: rgb(101,106,187); }
td.TdClassName
{
border-color: #656ABB;
}
.TagClassName
{
border-color: #656ABB;
}
</style>