Shades of Royal Blue #6173EA
Tints of Royal Blue #6173EA
RGB
CMYK
RGB Variations
Color information
#6173EA (or 0x6173EA) is known color: Royal Blue. HEX triplet: 61, 73 and EA. RGB value is (97,115,234). Sum of RGB (Red+Green+Blue) = 97+115+234=446 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.75% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #6173EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6173EA is #9E8C15. Grayscale: #7A7A7A. Windows color (decimal): -10390550 or 15364961. OLE color: 15364961.
HSL color Cylindrical-coordinate representation of color #6173EA: hue angle of 232.12º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6173EA is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 115 | 234 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.08 |
| HSL | 232.12º | 0.77% | 0.65% | - |
| HSV(B) | 232.12º | 0.59% | 0.92% | - |
| XYZ | 25.91 | 20.74 | 80.48 | - |
| YUV | 123.18 | 190.54 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 115 | 234 | 0.59 | 0.51 | 0 | 0.08 | 232.12 | 0.77 | 0.65 |
| Hex | 61 | 73 | EA | 3B | 33 | 0 | 8 | E8 | 4D | 41 |
| Octal | 141 | 163 | 352 | 73 | 63 | 0 | 10 | 350 | 115 | 101 |
| Binary | 1100001 | 1110011 | 11101010 | 111011 | 110011 | 0 | 1000 | 11101000 | 1001101 | 1000001 |
Color Harmonies of #6173EA
Complementary color
Monochromatic Colors of #6173EA
Black with #6173EA
Text Example
Text Example
White with #6173EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6173EA; }
p { color: rgb(97,115,234); }
H1.HeaderClassName
{
color: #6173EA;
}
.AnyTagClassName
{
color: #6173EA;
}
</style>
background-color css
<style>
a { background-color: #6173EA; }
a { background-color: rgb(97,115,234); }
div.DivClassName
{
background-color: #6173EA;
}
.BgClassName
{
background-color: #6173EA;
}
</style>
border-color css
<style>
span { border-color: #6173EA; }
span { border-color: rgb(97,115,234); }
td.TdClassName
{
border-color: #6173EA;
}
.TagClassName
{
border-color: #6173EA;
}
</style>