Shades of Royal Blue #6072EE
Tints of Royal Blue #6072EE
RGB
CMYK
RGB Variations
Color information
#6072EE (or 0x6072EE) is known color: Royal Blue. HEX triplet: 60, 72 and EE. RGB value is (96,114,238). Sum of RGB (Red+Green+Blue) = 96+114+238=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #6072EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6072EE is #9F8D11. Grayscale: #7A7A7A. Windows color (decimal): -10456338 or 15626848. OLE color: 15626848.
HSL color Cylindrical-coordinate representation of color #6072EE: hue angle of 232.39º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6072EE is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 114 | 238 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.07 |
| HSL | 232.39º | 0.81% | 0.65% | - |
| HSV(B) | 232.39º | 0.6% | 0.93% | - |
| XYZ | 26.27 | 20.69 | 83.5 | - |
| YUV | 122.75 | 193.04 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 238 | 0.60 | 0.52 | 0 | 0.07 | 232.39 | 0.81 | 0.65 |
| Hex | 60 | 72 | EE | 3C | 34 | 0 | 7 | E8 | 51 | 41 |
| Octal | 140 | 162 | 356 | 74 | 64 | 0 | 7 | 350 | 121 | 101 |
| Binary | 1100000 | 1110010 | 11101110 | 111100 | 110100 | 0 | 111 | 11101000 | 1010001 | 1000001 |
Color Harmonies of #6072EE
Complementary color
Monochromatic Colors of #6072EE
Black with #6072EE
Text Example
Text Example
White with #6072EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6072EE; }
p { color: rgb(96,114,238); }
H1.HeaderClassName
{
color: #6072EE;
}
.AnyTagClassName
{
color: #6072EE;
}
</style>
background-color css
<style>
a { background-color: #6072EE; }
a { background-color: rgb(96,114,238); }
div.DivClassName
{
background-color: #6072EE;
}
.BgClassName
{
background-color: #6072EE;
}
</style>
border-color css
<style>
span { border-color: #6072EE; }
span { border-color: rgb(96,114,238); }
td.TdClassName
{
border-color: #6072EE;
}
.TagClassName
{
border-color: #6072EE;
}
</style>