Shades of Royal Blue #6074EE
Tints of Royal Blue #6074EE
RGB
CMYK
RGB Variations
Color information
#6074EE (or 0x6074EE) is known color: Royal Blue. HEX triplet: 60, 74 and EE. RGB value is (96,116,238). Sum of RGB (Red+Green+Blue) = 96+116+238=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #6074EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6074EE is #9F8B11. Grayscale: #7B7B7B. Windows color (decimal): -10455826 or 15627360. OLE color: 15627360.
HSL color Cylindrical-coordinate representation of color #6074EE: hue angle of 231.55º 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 #6074EE is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 116 | 238 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.07 |
| HSL | 231.55º | 0.81% | 0.65% | - |
| HSV(B) | 231.55º | 0.6% | 0.93% | - |
| XYZ | 26.5 | 21.15 | 83.57 | - |
| YUV | 123.93 | 192.37 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 238 | 0.60 | 0.51 | 0 | 0.07 | 231.55 | 0.81 | 0.65 |
| Hex | 60 | 74 | EE | 3C | 33 | 0 | 7 | E8 | 51 | 41 |
| Octal | 140 | 164 | 356 | 74 | 63 | 0 | 7 | 350 | 121 | 101 |
| Binary | 1100000 | 1110100 | 11101110 | 111100 | 110011 | 0 | 111 | 11101000 | 1010001 | 1000001 |
Color Harmonies of #6074EE
Complementary color
Monochromatic Colors of #6074EE
Black with #6074EE
Text Example
Text Example
White with #6074EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6074EE; }
p { color: rgb(96,116,238); }
H1.HeaderClassName
{
color: #6074EE;
}
.AnyTagClassName
{
color: #6074EE;
}
</style>
background-color css
<style>
a { background-color: #6074EE; }
a { background-color: rgb(96,116,238); }
div.DivClassName
{
background-color: #6074EE;
}
.BgClassName
{
background-color: #6074EE;
}
</style>
border-color css
<style>
span { border-color: #6074EE; }
span { border-color: rgb(96,116,238); }
td.TdClassName
{
border-color: #6074EE;
}
.TagClassName
{
border-color: #6074EE;
}
</style>