Shades of Chetwode Blue #616AAA
Tints of Chetwode Blue #616AAA
RGB
CMYK
RGB Variations
Color information
#616AAA (or 0x616AAA) is known color: Chetwode Blue. HEX triplet: 61, 6A and AA. RGB value is (97,106,170). Sum of RGB (Red+Green+Blue) = 97+106+170=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #616AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616AAA is #9E9555. Grayscale: #6E6E6E. Windows color (decimal): -10392918 or 11168353. OLE color: 11168353.
HSL color Cylindrical-coordinate representation of color #616AAA: hue angle of 232.6º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #616AAA is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 106 | 170 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.33 |
| HSL | 232.6º | 0.3% | 0.52% | - |
| HSV(B) | 232.6º | 0.43% | 0.67% | - |
| XYZ | 17.34 | 15.75 | 40.16 | - |
| YUV | 110.61 | 161.52 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 106 | 170 | 0.43 | 0.38 | 0 | 0.33 | 232.6 | 0.3 | 0.52 |
| Hex | 61 | 6A | AA | 2B | 26 | 0 | 21 | E9 | 1E | 34 |
| Octal | 141 | 152 | 252 | 53 | 46 | 0 | 41 | 351 | 36 | 64 |
| Binary | 1100001 | 1101010 | 10101010 | 101011 | 100110 | 0 | 100001 | 11101001 | 11110 | 110100 |
Color Harmonies of #616AAA
Complementary color
Monochromatic Colors of #616AAA
Black with #616AAA
Text Example
Text Example
White with #616AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616AAA; }
p { color: rgb(97,106,170); }
H1.HeaderClassName
{
color: #616AAA;
}
.AnyTagClassName
{
color: #616AAA;
}
</style>
background-color css
<style>
a { background-color: #616AAA; }
a { background-color: rgb(97,106,170); }
div.DivClassName
{
background-color: #616AAA;
}
.BgClassName
{
background-color: #616AAA;
}
</style>
border-color css
<style>
span { border-color: #616AAA; }
span { border-color: rgb(97,106,170); }
td.TdClassName
{
border-color: #616AAA;
}
.TagClassName
{
border-color: #616AAA;
}
</style>