Shades of Royal Blue #616FE1
Tints of Royal Blue #616FE1
RGB
CMYK
RGB Variations
Color information
#616FE1 (or 0x616FE1) is known color: Royal Blue. HEX triplet: 61, 6F and E1. RGB value is (97,111,225). Sum of RGB (Red+Green+Blue) = 97+111+225=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #616FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616FE1 is #9E901E. Grayscale: #777777. Windows color (decimal): -10391583 or 14774113. OLE color: 14774113.
HSL color Cylindrical-coordinate representation of color #616FE1: hue angle of 233.44º degrees, saturation: 0.68, 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 #616FE1 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 111 | 225 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.12 |
| HSL | 233.44º | 0.68% | 0.63% | - |
| HSV(B) | 233.44º | 0.57% | 0.88% | - |
| XYZ | 24.2 | 19.35 | 73.69 | - |
| YUV | 119.81 | 187.36 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 225 | 0.57 | 0.51 | 0 | 0.12 | 233.44 | 0.68 | 0.63 |
| Hex | 61 | 6F | E1 | 39 | 33 | 0 | C | E9 | 44 | 3F |
| Octal | 141 | 157 | 341 | 71 | 63 | 0 | 14 | 351 | 104 | 77 |
| Binary | 1100001 | 1101111 | 11100001 | 111001 | 110011 | 0 | 1100 | 11101001 | 1000100 | 111111 |
Color Harmonies of #616FE1
Complementary color
Monochromatic Colors of #616FE1
Black with #616FE1
Text Example
Text Example
White with #616FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616FE1; }
p { color: rgb(97,111,225); }
H1.HeaderClassName
{
color: #616FE1;
}
.AnyTagClassName
{
color: #616FE1;
}
</style>
background-color css
<style>
a { background-color: #616FE1; }
a { background-color: rgb(97,111,225); }
div.DivClassName
{
background-color: #616FE1;
}
.BgClassName
{
background-color: #616FE1;
}
</style>
border-color css
<style>
span { border-color: #616FE1; }
span { border-color: rgb(97,111,225); }
td.TdClassName
{
border-color: #616FE1;
}
.TagClassName
{
border-color: #616FE1;
}
</style>