Shades of Chetwode Blue #616AAC
Tints of Chetwode Blue #616AAC
RGB
CMYK
RGB Variations
Color information
#616AAC (or 0x616AAC) is known color: Chetwode Blue. HEX triplet: 61, 6A and AC. RGB value is (97,106,172). Sum of RGB (Red+Green+Blue) = 97+106+172=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #616AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616AAC is #9E9553. Grayscale: #6E6E6E. Windows color (decimal): -10392916 or 11299425. OLE color: 11299425.
HSL color Cylindrical-coordinate representation of color #616AAC: hue angle of 232.8º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #616AAC is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 106 | 172 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.33 |
| HSL | 232.8º | 0.31% | 0.53% | - |
| HSV(B) | 232.8º | 0.44% | 0.67% | - |
| XYZ | 17.53 | 15.83 | 41.16 | - |
| YUV | 110.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 106 | 172 | 0.44 | 0.38 | 0 | 0.33 | 232.8 | 0.31 | 0.53 |
| Hex | 61 | 6A | AC | 2C | 26 | 0 | 21 | E9 | 1F | 35 |
| Octal | 141 | 152 | 254 | 54 | 46 | 0 | 41 | 351 | 37 | 65 |
| Binary | 1100001 | 1101010 | 10101100 | 101100 | 100110 | 0 | 100001 | 11101001 | 11111 | 110101 |
Color Harmonies of #616AAC
Complementary color
Monochromatic Colors of #616AAC
Black with #616AAC
Text Example
Text Example
White with #616AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616AAC; }
p { color: rgb(97,106,172); }
H1.HeaderClassName
{
color: #616AAC;
}
.AnyTagClassName
{
color: #616AAC;
}
</style>
background-color css
<style>
a { background-color: #616AAC; }
a { background-color: rgb(97,106,172); }
div.DivClassName
{
background-color: #616AAC;
}
.BgClassName
{
background-color: #616AAC;
}
</style>
border-color css
<style>
span { border-color: #616AAC; }
span { border-color: rgb(97,106,172); }
td.TdClassName
{
border-color: #616AAC;
}
.TagClassName
{
border-color: #616AAC;
}
</style>