Shades of Chetwode Blue #616AAD
Tints of Chetwode Blue #616AAD
RGB
CMYK
RGB Variations
Color information
#616AAD (or 0x616AAD) is known color: Chetwode Blue. HEX triplet: 61, 6A and AD. RGB value is (97,106,173). Sum of RGB (Red+Green+Blue) = 97+106+173=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #616AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616AAD is #9E9552. Grayscale: #6E6E6E. Windows color (decimal): -10392915 or 11364961. OLE color: 11364961.
HSL color Cylindrical-coordinate representation of color #616AAD: hue angle of 232.89º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #616AAD is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 106 | 173 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.32 |
| HSL | 232.89º | 0.32% | 0.53% | - |
| HSV(B) | 232.89º | 0.44% | 0.68% | - |
| XYZ | 17.63 | 15.87 | 41.67 | - |
| YUV | 110.95 | 163.02 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 106 | 173 | 0.44 | 0.39 | 0 | 0.32 | 232.89 | 0.32 | 0.53 |
| Hex | 61 | 6A | AD | 2C | 27 | 0 | 20 | E9 | 20 | 35 |
| Octal | 141 | 152 | 255 | 54 | 47 | 0 | 40 | 351 | 40 | 65 |
| Binary | 1100001 | 1101010 | 10101101 | 101100 | 100111 | 0 | 100000 | 11101001 | 100000 | 110101 |
Color Harmonies of #616AAD
Complementary color
Monochromatic Colors of #616AAD
Black with #616AAD
Text Example
Text Example
White with #616AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616AAD; }
p { color: rgb(97,106,173); }
H1.HeaderClassName
{
color: #616AAD;
}
.AnyTagClassName
{
color: #616AAD;
}
</style>
background-color css
<style>
a { background-color: #616AAD; }
a { background-color: rgb(97,106,173); }
div.DivClassName
{
background-color: #616AAD;
}
.BgClassName
{
background-color: #616AAD;
}
</style>
border-color css
<style>
span { border-color: #616AAD; }
span { border-color: rgb(97,106,173); }
td.TdClassName
{
border-color: #616AAD;
}
.TagClassName
{
border-color: #616AAD;
}
</style>