Shades of Royal Blue #616EE0
Tints of Royal Blue #616EE0
RGB
CMYK
RGB Variations
Color information
#616EE0 (or 0x616EE0) is known color: Royal Blue. HEX triplet: 61, 6E and E0. RGB value is (97,110,224). Sum of RGB (Red+Green+Blue) = 97+110+224=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #616EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616EE0 is #9E911F. Grayscale: #767676. Windows color (decimal): -10391840 or 14708321. OLE color: 14708321.
HSL color Cylindrical-coordinate representation of color #616EE0: hue angle of 233.86º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #616EE0 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 110 | 224 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.12 |
| HSL | 233.86º | 0.67% | 0.63% | - |
| HSV(B) | 233.86º | 0.57% | 0.88% | - |
| XYZ | 23.96 | 19.08 | 72.94 | - |
| YUV | 119.11 | 187.19 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 224 | 0.57 | 0.51 | 0 | 0.12 | 233.86 | 0.67 | 0.63 |
| Hex | 61 | 6E | E0 | 39 | 33 | 0 | C | EA | 43 | 3F |
| Octal | 141 | 156 | 340 | 71 | 63 | 0 | 14 | 352 | 103 | 77 |
| Binary | 1100001 | 1101110 | 11100000 | 111001 | 110011 | 0 | 1100 | 11101010 | 1000011 | 111111 |
Color Harmonies of #616EE0
Complementary color
Monochromatic Colors of #616EE0
Black with #616EE0
Text Example
Text Example
White with #616EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616EE0; }
p { color: rgb(97,110,224); }
H1.HeaderClassName
{
color: #616EE0;
}
.AnyTagClassName
{
color: #616EE0;
}
</style>
background-color css
<style>
a { background-color: #616EE0; }
a { background-color: rgb(97,110,224); }
div.DivClassName
{
background-color: #616EE0;
}
.BgClassName
{
background-color: #616EE0;
}
</style>
border-color css
<style>
span { border-color: #616EE0; }
span { border-color: rgb(97,110,224); }
td.TdClassName
{
border-color: #616EE0;
}
.TagClassName
{
border-color: #616EE0;
}
</style>