Shades of Royal Blue #6078E0
Tints of Royal Blue #6078E0
RGB
CMYK
RGB Variations
Color information
#6078E0 (or 0x6078E0) is known color: Royal Blue. HEX triplet: 60, 78 and E0. RGB value is (96,120,224). Sum of RGB (Red+Green+Blue) = 96+120+224=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #6078E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6078E0 is #9F871F. Grayscale: #7C7C7C. Windows color (decimal): -10454816 or 14710880. OLE color: 14710880.
HSL color Cylindrical-coordinate representation of color #6078E0: hue angle of 228.75º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6078E0 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 120 | 224 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.12 |
| HSL | 228.75º | 0.67% | 0.63% | - |
| HSV(B) | 228.75º | 0.57% | 0.88% | - |
| XYZ | 24.99 | 21.3 | 73.32 | - |
| YUV | 124.68 | 184.05 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 224 | 0.57 | 0.46 | 0 | 0.12 | 228.75 | 0.67 | 0.63 |
| Hex | 60 | 78 | E0 | 39 | 2E | 0 | C | E5 | 43 | 3F |
| Octal | 140 | 170 | 340 | 71 | 56 | 0 | 14 | 345 | 103 | 77 |
| Binary | 1100000 | 1111000 | 11100000 | 111001 | 101110 | 0 | 1100 | 11100101 | 1000011 | 111111 |
Color Harmonies of #6078E0
Complementary color
Monochromatic Colors of #6078E0
Black with #6078E0
Text Example
Text Example
White with #6078E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6078E0; }
p { color: rgb(96,120,224); }
H1.HeaderClassName
{
color: #6078E0;
}
.AnyTagClassName
{
color: #6078E0;
}
</style>
background-color css
<style>
a { background-color: #6078E0; }
a { background-color: rgb(96,120,224); }
div.DivClassName
{
background-color: #6078E0;
}
.BgClassName
{
background-color: #6078E0;
}
</style>
border-color css
<style>
span { border-color: #6078E0; }
span { border-color: rgb(96,120,224); }
td.TdClassName
{
border-color: #6078E0;
}
.TagClassName
{
border-color: #6078E0;
}
</style>