Shades of Royal Blue #6074EF
Tints of Royal Blue #6074EF
RGB
CMYK
RGB Variations
Color information
#6074EF (or 0x6074EF) is known color: Royal Blue. HEX triplet: 60, 74 and EF. RGB value is (96,116,239). Sum of RGB (Red+Green+Blue) = 96+116+239=451 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.29% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #6074EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6074EF is #9F8B10. Grayscale: #7B7B7B. Windows color (decimal): -10455825 or 15692896. OLE color: 15692896.
HSL color Cylindrical-coordinate representation of color #6074EF: hue angle of 231.61º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6074EF is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 116 | 239 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.06 |
| HSL | 231.61º | 0.82% | 0.66% | - |
| HSV(B) | 231.61º | 0.6% | 0.94% | - |
| XYZ | 26.65 | 21.21 | 84.35 | - |
| YUV | 124.04 | 192.87 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 239 | 0.60 | 0.51 | 0 | 0.06 | 231.61 | 0.82 | 0.66 |
| Hex | 60 | 74 | EF | 3C | 33 | 0 | 6 | E8 | 52 | 42 |
| Octal | 140 | 164 | 357 | 74 | 63 | 0 | 6 | 350 | 122 | 102 |
| Binary | 1100000 | 1110100 | 11101111 | 111100 | 110011 | 0 | 110 | 11101000 | 1010010 | 1000010 |
Color Harmonies of #6074EF
Complementary color
Monochromatic Colors of #6074EF
Black with #6074EF
Text Example
Text Example
White with #6074EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6074EF; }
p { color: rgb(96,116,239); }
H1.HeaderClassName
{
color: #6074EF;
}
.AnyTagClassName
{
color: #6074EF;
}
</style>
background-color css
<style>
a { background-color: #6074EF; }
a { background-color: rgb(96,116,239); }
div.DivClassName
{
background-color: #6074EF;
}
.BgClassName
{
background-color: #6074EF;
}
</style>
border-color css
<style>
span { border-color: #6074EF; }
span { border-color: rgb(96,116,239); }
td.TdClassName
{
border-color: #6074EF;
}
.TagClassName
{
border-color: #6074EF;
}
</style>