Shades of Chetwode Blue #616DA1
Tints of Chetwode Blue #616DA1
RGB
CMYK
RGB Variations
Color information
#616DA1 (or 0x616DA1) is known color: Chetwode Blue. HEX triplet: 61, 6D and A1. RGB value is (97,109,161). Sum of RGB (Red+Green+Blue) = 97+109+161=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 161 - color contains mainly: blue. Hex color #616DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616DA1 is #9E925E. Grayscale: #6F6F6F. Windows color (decimal): -10392159 or 10579297. OLE color: 10579297.
HSL color Cylindrical-coordinate representation of color #616DA1: hue angle of 228.75º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #616DA1 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 109 | 161 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.37 |
| HSL | 228.75º | 0.25% | 0.51% | - |
| HSV(B) | 228.75º | 0.4% | 0.63% | - |
| XYZ | 16.83 | 16.05 | 35.93 | - |
| YUV | 111.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 161 | 0.40 | 0.32 | 0 | 0.37 | 228.75 | 0.25 | 0.51 |
| Hex | 61 | 6D | A1 | 28 | 20 | 0 | 25 | E5 | 19 | 33 |
| Octal | 141 | 155 | 241 | 50 | 40 | 0 | 45 | 345 | 31 | 63 |
| Binary | 1100001 | 1101101 | 10100001 | 101000 | 100000 | 0 | 100101 | 11100101 | 11001 | 110011 |
Color Harmonies of #616DA1
Complementary color
Monochromatic Colors of #616DA1
Black with #616DA1
Text Example
Text Example
White with #616DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616DA1; }
p { color: rgb(97,109,161); }
H1.HeaderClassName
{
color: #616DA1;
}
.AnyTagClassName
{
color: #616DA1;
}
</style>
background-color css
<style>
a { background-color: #616DA1; }
a { background-color: rgb(97,109,161); }
div.DivClassName
{
background-color: #616DA1;
}
.BgClassName
{
background-color: #616DA1;
}
</style>
border-color css
<style>
span { border-color: #616DA1; }
span { border-color: rgb(97,109,161); }
td.TdClassName
{
border-color: #616DA1;
}
.TagClassName
{
border-color: #616DA1;
}
</style>