Shades of Chetwode Blue #656DAC
Tints of Chetwode Blue #656DAC
RGB
CMYK
RGB Variations
Color information
#656DAC (or 0x656DAC) is known color: Chetwode Blue. HEX triplet: 65, 6D and AC. RGB value is (101,109,172). Sum of RGB (Red+Green+Blue) = 101+109+172=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #656DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656DAC is #9A9253. Grayscale: #717171. Windows color (decimal): -10130004 or 11300197. OLE color: 11300197.
HSL color Cylindrical-coordinate representation of color #656DAC: hue angle of 233.24º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #656DAC is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 109 | 172 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.33 |
| HSL | 233.24º | 0.3% | 0.54% | - |
| HSV(B) | 233.24º | 0.41% | 0.67% | - |
| XYZ | 18.28 | 16.68 | 41.29 | - |
| YUV | 113.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 172 | 0.41 | 0.37 | 0 | 0.33 | 233.24 | 0.3 | 0.54 |
| Hex | 65 | 6D | AC | 29 | 25 | 0 | 21 | E9 | 1E | 36 |
| Octal | 145 | 155 | 254 | 51 | 45 | 0 | 41 | 351 | 36 | 66 |
| Binary | 1100101 | 1101101 | 10101100 | 101001 | 100101 | 0 | 100001 | 11101001 | 11110 | 110110 |
Color Harmonies of #656DAC
Complementary color
Monochromatic Colors of #656DAC
Black with #656DAC
Text Example
Text Example
White with #656DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656DAC; }
p { color: rgb(101,109,172); }
H1.HeaderClassName
{
color: #656DAC;
}
.AnyTagClassName
{
color: #656DAC;
}
</style>
background-color css
<style>
a { background-color: #656DAC; }
a { background-color: rgb(101,109,172); }
div.DivClassName
{
background-color: #656DAC;
}
.BgClassName
{
background-color: #656DAC;
}
</style>
border-color css
<style>
span { border-color: #656DAC; }
span { border-color: rgb(101,109,172); }
td.TdClassName
{
border-color: #656DAC;
}
.TagClassName
{
border-color: #656DAC;
}
</style>