Shades of Royal Blue #6073E5
Tints of Royal Blue #6073E5
RGB
CMYK
RGB Variations
Color information
#6073E5 (or 0x6073E5) is known color: Royal Blue. HEX triplet: 60, 73 and E5. RGB value is (96,115,229). Sum of RGB (Red+Green+Blue) = 96+115+229=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #6073E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6073E5 is #9F8C1A. Grayscale: #797979. Windows color (decimal): -10456091 or 15037280. OLE color: 15037280.
HSL color Cylindrical-coordinate representation of color #6073E5: hue angle of 231.43º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6073E5 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 115 | 229 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.10 |
| HSL | 231.43º | 0.72% | 0.64% | - |
| HSV(B) | 231.43º | 0.58% | 0.9% | - |
| XYZ | 25.1 | 20.41 | 76.74 | - |
| YUV | 122.32 | 188.21 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 229 | 0.58 | 0.50 | 0 | 0.10 | 231.43 | 0.72 | 0.64 |
| Hex | 60 | 73 | E5 | 3A | 32 | 0 | A | E7 | 48 | 40 |
| Octal | 140 | 163 | 345 | 72 | 62 | 0 | 12 | 347 | 110 | 100 |
| Binary | 1100000 | 1110011 | 11100101 | 111010 | 110010 | 0 | 1010 | 11100111 | 1001000 | 1000000 |
Color Harmonies of #6073E5
Complementary color
Monochromatic Colors of #6073E5
Black with #6073E5
Text Example
Text Example
White with #6073E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6073E5; }
p { color: rgb(96,115,229); }
H1.HeaderClassName
{
color: #6073E5;
}
.AnyTagClassName
{
color: #6073E5;
}
</style>
background-color css
<style>
a { background-color: #6073E5; }
a { background-color: rgb(96,115,229); }
div.DivClassName
{
background-color: #6073E5;
}
.BgClassName
{
background-color: #6073E5;
}
</style>
border-color css
<style>
span { border-color: #6073E5; }
span { border-color: rgb(96,115,229); }
td.TdClassName
{
border-color: #6073E5;
}
.TagClassName
{
border-color: #6073E5;
}
</style>