Shades of Chetwode Blue #616AA8
Tints of Chetwode Blue #616AA8
RGB
CMYK
RGB Variations
Color information
#616AA8 (or 0x616AA8) is known color: Chetwode Blue. HEX triplet: 61, 6A and A8. RGB value is (97,106,168). Sum of RGB (Red+Green+Blue) = 97+106+168=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 168 - color contains mainly: blue. Hex color #616AA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616AA8 is #9E9557. Grayscale: #6E6E6E. Windows color (decimal): -10392920 or 11037281. OLE color: 11037281.
HSL color Cylindrical-coordinate representation of color #616AA8: hue angle of 232.39º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #616AA8 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 106 | 168 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.34 |
| HSL | 232.39º | 0.29% | 0.52% | - |
| HSV(B) | 232.39º | 0.42% | 0.66% | - |
| XYZ | 17.15 | 15.68 | 39.17 | - |
| YUV | 110.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 106 | 168 | 0.42 | 0.37 | 0 | 0.34 | 232.39 | 0.29 | 0.52 |
| Hex | 61 | 6A | A8 | 2A | 25 | 0 | 22 | E8 | 1D | 34 |
| Octal | 141 | 152 | 250 | 52 | 45 | 0 | 42 | 350 | 35 | 64 |
| Binary | 1100001 | 1101010 | 10101000 | 101010 | 100101 | 0 | 100010 | 11101000 | 11101 | 110100 |
Color Harmonies of #616AA8
Complementary color
Monochromatic Colors of #616AA8
Black with #616AA8
Text Example
Text Example
White with #616AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616AA8; }
p { color: rgb(97,106,168); }
H1.HeaderClassName
{
color: #616AA8;
}
.AnyTagClassName
{
color: #616AA8;
}
</style>
background-color css
<style>
a { background-color: #616AA8; }
a { background-color: rgb(97,106,168); }
div.DivClassName
{
background-color: #616AA8;
}
.BgClassName
{
background-color: #616AA8;
}
</style>
border-color css
<style>
span { border-color: #616AA8; }
span { border-color: rgb(97,106,168); }
td.TdClassName
{
border-color: #616AA8;
}
.TagClassName
{
border-color: #616AA8;
}
</style>