Shades of Chetwode Blue #656FAB
Tints of Chetwode Blue #656FAB
RGB
CMYK
RGB Variations
Color information
#656FAB (or 0x656FAB) is known color: Chetwode Blue. HEX triplet: 65, 6F and AB. RGB value is (101,111,171). Sum of RGB (Red+Green+Blue) = 101+111+171=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #656FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656FAB is #9A9054. Grayscale: #727272. Windows color (decimal): -10129493 or 11235173. OLE color: 11235173.
HSL color Cylindrical-coordinate representation of color #656FAB: hue angle of 231.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #656FAB is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 111 | 171 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.33 |
| HSL | 231.43º | 0.29% | 0.53% | - |
| HSV(B) | 231.43º | 0.41% | 0.67% | - |
| XYZ | 18.4 | 17.08 | 40.85 | - |
| YUV | 114.85 | 159.69 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 171 | 0.41 | 0.35 | 0 | 0.33 | 231.43 | 0.29 | 0.53 |
| Hex | 65 | 6F | AB | 29 | 23 | 0 | 21 | E7 | 1D | 35 |
| Octal | 145 | 157 | 253 | 51 | 43 | 0 | 41 | 347 | 35 | 65 |
| Binary | 1100101 | 1101111 | 10101011 | 101001 | 100011 | 0 | 100001 | 11100111 | 11101 | 110101 |
Color Harmonies of #656FAB
Complementary color
Monochromatic Colors of #656FAB
Black with #656FAB
Text Example
Text Example
White with #656FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656FAB; }
p { color: rgb(101,111,171); }
H1.HeaderClassName
{
color: #656FAB;
}
.AnyTagClassName
{
color: #656FAB;
}
</style>
background-color css
<style>
a { background-color: #656FAB; }
a { background-color: rgb(101,111,171); }
div.DivClassName
{
background-color: #656FAB;
}
.BgClassName
{
background-color: #656FAB;
}
</style>
border-color css
<style>
span { border-color: #656FAB; }
span { border-color: rgb(101,111,171); }
td.TdClassName
{
border-color: #656FAB;
}
.TagClassName
{
border-color: #656FAB;
}
</style>