Shades of Chetwode Blue #616AAB
Tints of Chetwode Blue #616AAB
RGB
CMYK
RGB Variations
Color information
#616AAB (or 0x616AAB) is known color: Chetwode Blue. HEX triplet: 61, 6A and AB. RGB value is (97,106,171). Sum of RGB (Red+Green+Blue) = 97+106+171=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #616AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616AAB is #9E9554. Grayscale: #6E6E6E. Windows color (decimal): -10392917 or 11233889. OLE color: 11233889.
HSL color Cylindrical-coordinate representation of color #616AAB: hue angle of 232.7º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #616AAB is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 106 | 171 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.33 |
| HSL | 232.7º | 0.31% | 0.53% | - |
| HSV(B) | 232.7º | 0.43% | 0.67% | - |
| XYZ | 17.43 | 15.79 | 40.66 | - |
| YUV | 110.72 | 162.02 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 106 | 171 | 0.43 | 0.38 | 0 | 0.33 | 232.7 | 0.31 | 0.53 |
| Hex | 61 | 6A | AB | 2B | 26 | 0 | 21 | E9 | 1F | 35 |
| Octal | 141 | 152 | 253 | 53 | 46 | 0 | 41 | 351 | 37 | 65 |
| Binary | 1100001 | 1101010 | 10101011 | 101011 | 100110 | 0 | 100001 | 11101001 | 11111 | 110101 |
Color Harmonies of #616AAB
Complementary color
Monochromatic Colors of #616AAB
Black with #616AAB
Text Example
Text Example
White with #616AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616AAB; }
p { color: rgb(97,106,171); }
H1.HeaderClassName
{
color: #616AAB;
}
.AnyTagClassName
{
color: #616AAB;
}
</style>
background-color css
<style>
a { background-color: #616AAB; }
a { background-color: rgb(97,106,171); }
div.DivClassName
{
background-color: #616AAB;
}
.BgClassName
{
background-color: #616AAB;
}
</style>
border-color css
<style>
span { border-color: #616AAB; }
span { border-color: rgb(97,106,171); }
td.TdClassName
{
border-color: #616AAB;
}
.TagClassName
{
border-color: #616AAB;
}
</style>