Shades of Royal Blue #6073EC
Tints of Royal Blue #6073EC
RGB
CMYK
RGB Variations
Color information
#6073EC (or 0x6073EC) is known color: Royal Blue. HEX triplet: 60, 73 and EC. RGB value is (96,115,236). Sum of RGB (Red+Green+Blue) = 96+115+236=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #6073EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6073EC is #9F8C13. Grayscale: #7A7A7A. Windows color (decimal): -10456084 or 15496032. OLE color: 15496032.
HSL color Cylindrical-coordinate representation of color #6073EC: hue angle of 231.86º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6073EC is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 115 | 236 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.07 |
| HSL | 231.86º | 0.79% | 0.65% | - |
| HSV(B) | 231.86º | 0.59% | 0.93% | - |
| XYZ | 26.09 | 20.8 | 82 | - |
| YUV | 123.11 | 191.71 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 236 | 0.59 | 0.51 | 0 | 0.07 | 231.86 | 0.79 | 0.65 |
| Hex | 60 | 73 | EC | 3B | 33 | 0 | 7 | E8 | 4F | 41 |
| Octal | 140 | 163 | 354 | 73 | 63 | 0 | 7 | 350 | 117 | 101 |
| Binary | 1100000 | 1110011 | 11101100 | 111011 | 110011 | 0 | 111 | 11101000 | 1001111 | 1000001 |
Color Harmonies of #6073EC
Complementary color
Monochromatic Colors of #6073EC
Black with #6073EC
Text Example
Text Example
White with #6073EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6073EC; }
p { color: rgb(96,115,236); }
H1.HeaderClassName
{
color: #6073EC;
}
.AnyTagClassName
{
color: #6073EC;
}
</style>
background-color css
<style>
a { background-color: #6073EC; }
a { background-color: rgb(96,115,236); }
div.DivClassName
{
background-color: #6073EC;
}
.BgClassName
{
background-color: #6073EC;
}
</style>
border-color css
<style>
span { border-color: #6073EC; }
span { border-color: rgb(96,115,236); }
td.TdClassName
{
border-color: #6073EC;
}
.TagClassName
{
border-color: #6073EC;
}
</style>