Shades of Chetwode Blue #656AAC
Tints of Chetwode Blue #656AAC
RGB
CMYK
RGB Variations
Color information
#656AAC (or 0x656AAC) is known color: Chetwode Blue. HEX triplet: 65, 6A and AC. RGB value is (101,106,172). Sum of RGB (Red+Green+Blue) = 101+106+172=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #656AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656AAC is #9A9553. Grayscale: #6F6F6F. Windows color (decimal): -10130772 or 11299429. OLE color: 11299429.
HSL color Cylindrical-coordinate representation of color #656AAC: hue angle of 235.77º 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 #656AAC is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 106 | 172 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.33 |
| HSL | 235.77º | 0.3% | 0.54% | - |
| HSV(B) | 235.77º | 0.41% | 0.67% | - |
| XYZ | 17.97 | 16.05 | 41.18 | - |
| YUV | 112.03 | 161.84 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 172 | 0.41 | 0.38 | 0 | 0.33 | 235.77 | 0.3 | 0.54 |
| Hex | 65 | 6A | AC | 29 | 26 | 0 | 21 | EC | 1E | 36 |
| Octal | 145 | 152 | 254 | 51 | 46 | 0 | 41 | 354 | 36 | 66 |
| Binary | 1100101 | 1101010 | 10101100 | 101001 | 100110 | 0 | 100001 | 11101100 | 11110 | 110110 |
Color Harmonies of #656AAC
Complementary color
Monochromatic Colors of #656AAC
Black with #656AAC
Text Example
Text Example
White with #656AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656AAC; }
p { color: rgb(101,106,172); }
H1.HeaderClassName
{
color: #656AAC;
}
.AnyTagClassName
{
color: #656AAC;
}
</style>
background-color css
<style>
a { background-color: #656AAC; }
a { background-color: rgb(101,106,172); }
div.DivClassName
{
background-color: #656AAC;
}
.BgClassName
{
background-color: #656AAC;
}
</style>
border-color css
<style>
span { border-color: #656AAC; }
span { border-color: rgb(101,106,172); }
td.TdClassName
{
border-color: #656AAC;
}
.TagClassName
{
border-color: #656AAC;
}
</style>