Shades of Royal Blue #6174E1
Tints of Royal Blue #6174E1
RGB
CMYK
RGB Variations
Color information
#6174E1 (or 0x6174E1) is known color: Royal Blue. HEX triplet: 61, 74 and E1. RGB value is (97,116,225). Sum of RGB (Red+Green+Blue) = 97+116+225=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #6174E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6174E1 is #9E8B1E. Grayscale: #7A7A7A. Windows color (decimal): -10390303 or 14775393. OLE color: 14775393.
HSL color Cylindrical-coordinate representation of color #6174E1: hue angle of 231.09º 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 #6174E1 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 116 | 225 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.12 |
| HSL | 231.09º | 0.68% | 0.63% | - |
| HSV(B) | 231.09º | 0.57% | 0.88% | - |
| XYZ | 24.77 | 20.47 | 73.88 | - |
| YUV | 122.75 | 185.71 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 116 | 225 | 0.57 | 0.48 | 0 | 0.12 | 231.09 | 0.68 | 0.63 |
| Hex | 61 | 74 | E1 | 39 | 30 | 0 | C | E7 | 44 | 3F |
| Octal | 141 | 164 | 341 | 71 | 60 | 0 | 14 | 347 | 104 | 77 |
| Binary | 1100001 | 1110100 | 11100001 | 111001 | 110000 | 0 | 1100 | 11100111 | 1000100 | 111111 |
Color Harmonies of #6174E1
Complementary color
Monochromatic Colors of #6174E1
Black with #6174E1
Text Example
Text Example
White with #6174E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6174E1; }
p { color: rgb(97,116,225); }
H1.HeaderClassName
{
color: #6174E1;
}
.AnyTagClassName
{
color: #6174E1;
}
</style>
background-color css
<style>
a { background-color: #6174E1; }
a { background-color: rgb(97,116,225); }
div.DivClassName
{
background-color: #6174E1;
}
.BgClassName
{
background-color: #6174E1;
}
</style>
border-color css
<style>
span { border-color: #6174E1; }
span { border-color: rgb(97,116,225); }
td.TdClassName
{
border-color: #6174E1;
}
.TagClassName
{
border-color: #6174E1;
}
</style>