Shades of Royal Blue #6070EA
Tints of Royal Blue #6070EA
RGB
CMYK
RGB Variations
Color information
#6070EA (or 0x6070EA) is known color: Royal Blue. HEX triplet: 60, 70 and EA. RGB value is (96,112,234). Sum of RGB (Red+Green+Blue) = 96+112+234=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #6070EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6070EA is #9F8F15. Grayscale: #787878. Windows color (decimal): -10456854 or 15364192. OLE color: 15364192.
HSL color Cylindrical-coordinate representation of color #6070EA: hue angle of 233.04º 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 #6070EA is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 112 | 234 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.08 |
| HSL | 233.04º | 0.77% | 0.65% | - |
| HSV(B) | 233.04º | 0.59% | 0.92% | - |
| XYZ | 25.47 | 20.02 | 80.36 | - |
| YUV | 121.12 | 191.7 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 234 | 0.59 | 0.52 | 0 | 0.08 | 233.04 | 0.77 | 0.65 |
| Hex | 60 | 70 | EA | 3B | 34 | 0 | 8 | E9 | 4D | 41 |
| Octal | 140 | 160 | 352 | 73 | 64 | 0 | 10 | 351 | 115 | 101 |
| Binary | 1100000 | 1110000 | 11101010 | 111011 | 110100 | 0 | 1000 | 11101001 | 1001101 | 1000001 |
Color Harmonies of #6070EA
Complementary color
Monochromatic Colors of #6070EA
Black with #6070EA
Text Example
Text Example
White with #6070EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6070EA; }
p { color: rgb(96,112,234); }
H1.HeaderClassName
{
color: #6070EA;
}
.AnyTagClassName
{
color: #6070EA;
}
</style>
background-color css
<style>
a { background-color: #6070EA; }
a { background-color: rgb(96,112,234); }
div.DivClassName
{
background-color: #6070EA;
}
.BgClassName
{
background-color: #6070EA;
}
</style>
border-color css
<style>
span { border-color: #6070EA; }
span { border-color: rgb(96,112,234); }
td.TdClassName
{
border-color: #6070EA;
}
.TagClassName
{
border-color: #6070EA;
}
</style>