Shades of Royal Blue #6072EB
Tints of Royal Blue #6072EB
RGB
CMYK
RGB Variations
Color information
#6072EB (or 0x6072EB) is known color: Royal Blue. HEX triplet: 60, 72 and EB. RGB value is (96,114,235). Sum of RGB (Red+Green+Blue) = 96+114+235=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #6072EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6072EB is #9F8D14. Grayscale: #797979. Windows color (decimal): -10456341 or 15430240. OLE color: 15430240.
HSL color Cylindrical-coordinate representation of color #6072EB: hue angle of 232.23º degrees, saturation: 0.78, 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 #6072EB is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 114 | 235 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.08 |
| HSL | 232.23º | 0.78% | 0.65% | - |
| HSV(B) | 232.23º | 0.59% | 0.92% | - |
| XYZ | 25.84 | 20.52 | 81.2 | - |
| YUV | 122.41 | 191.54 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 235 | 0.59 | 0.51 | 0 | 0.08 | 232.23 | 0.78 | 0.65 |
| Hex | 60 | 72 | EB | 3B | 33 | 0 | 8 | E8 | 4E | 41 |
| Octal | 140 | 162 | 353 | 73 | 63 | 0 | 10 | 350 | 116 | 101 |
| Binary | 1100000 | 1110010 | 11101011 | 111011 | 110011 | 0 | 1000 | 11101000 | 1001110 | 1000001 |
Color Harmonies of #6072EB
Complementary color
Monochromatic Colors of #6072EB
Black with #6072EB
Text Example
Text Example
White with #6072EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6072EB; }
p { color: rgb(96,114,235); }
H1.HeaderClassName
{
color: #6072EB;
}
.AnyTagClassName
{
color: #6072EB;
}
</style>
background-color css
<style>
a { background-color: #6072EB; }
a { background-color: rgb(96,114,235); }
div.DivClassName
{
background-color: #6072EB;
}
.BgClassName
{
background-color: #6072EB;
}
</style>
border-color css
<style>
span { border-color: #6072EB; }
span { border-color: rgb(96,114,235); }
td.TdClassName
{
border-color: #6072EB;
}
.TagClassName
{
border-color: #6072EB;
}
</style>