Shades of Chetwode Blue #656FAD
Tints of Chetwode Blue #656FAD
RGB
CMYK
RGB Variations
Color information
#656FAD (or 0x656FAD) is known color: Chetwode Blue. HEX triplet: 65, 6F and AD. RGB value is (101,111,173). Sum of RGB (Red+Green+Blue) = 101+111+173=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #656FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656FAD is #9A9052. Grayscale: #727272. Windows color (decimal): -10129491 or 11366245. OLE color: 11366245.
HSL color Cylindrical-coordinate representation of color #656FAD: hue angle of 231.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #656FAD is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 111 | 173 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.32 |
| HSL | 231.67º | 0.31% | 0.54% | - |
| HSV(B) | 231.67º | 0.42% | 0.68% | - |
| XYZ | 18.59 | 17.15 | 41.87 | - |
| YUV | 115.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 173 | 0.42 | 0.36 | 0 | 0.32 | 231.67 | 0.31 | 0.54 |
| Hex | 65 | 6F | AD | 2A | 24 | 0 | 20 | E8 | 1F | 36 |
| Octal | 145 | 157 | 255 | 52 | 44 | 0 | 40 | 350 | 37 | 66 |
| Binary | 1100101 | 1101111 | 10101101 | 101010 | 100100 | 0 | 100000 | 11101000 | 11111 | 110110 |
Color Harmonies of #656FAD
Complementary color
Monochromatic Colors of #656FAD
Black with #656FAD
Text Example
Text Example
White with #656FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656FAD; }
p { color: rgb(101,111,173); }
H1.HeaderClassName
{
color: #656FAD;
}
.AnyTagClassName
{
color: #656FAD;
}
</style>
background-color css
<style>
a { background-color: #656FAD; }
a { background-color: rgb(101,111,173); }
div.DivClassName
{
background-color: #656FAD;
}
.BgClassName
{
background-color: #656FAD;
}
</style>
border-color css
<style>
span { border-color: #656FAD; }
span { border-color: rgb(101,111,173); }
td.TdClassName
{
border-color: #656FAD;
}
.TagClassName
{
border-color: #656FAD;
}
</style>