Shades of Royal Blue #6074F1
Tints of Royal Blue #6074F1
RGB
CMYK
RGB Variations
Color information
#6074F1 (or 0x6074F1) is known color: Royal Blue. HEX triplet: 60, 74 and F1. RGB value is (96,116,241). Sum of RGB (Red+Green+Blue) = 96+116+241=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #6074F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6074F1 is #9F8B0E. Grayscale: #7B7B7B. Windows color (decimal): -10455823 or 15823968. OLE color: 15823968.
HSL color Cylindrical-coordinate representation of color #6074F1: hue angle of 231.72º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6074F1 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 116 | 241 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.05 |
| HSL | 231.72º | 0.84% | 0.66% | - |
| HSV(B) | 231.72º | 0.6% | 0.95% | - |
| XYZ | 26.95 | 21.33 | 85.92 | - |
| YUV | 124.27 | 193.87 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 241 | 0.60 | 0.52 | 0 | 0.05 | 231.72 | 0.84 | 0.66 |
| Hex | 60 | 74 | F1 | 3C | 34 | 0 | 5 | E8 | 54 | 42 |
| Octal | 140 | 164 | 361 | 74 | 64 | 0 | 5 | 350 | 124 | 102 |
| Binary | 1100000 | 1110100 | 11110001 | 111100 | 110100 | 0 | 101 | 11101000 | 1010100 | 1000010 |
Color Harmonies of #6074F1
Complementary color
Monochromatic Colors of #6074F1
Black with #6074F1
Text Example
Text Example
White with #6074F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6074F1; }
p { color: rgb(96,116,241); }
H1.HeaderClassName
{
color: #6074F1;
}
.AnyTagClassName
{
color: #6074F1;
}
</style>
background-color css
<style>
a { background-color: #6074F1; }
a { background-color: rgb(96,116,241); }
div.DivClassName
{
background-color: #6074F1;
}
.BgClassName
{
background-color: #6074F1;
}
</style>
border-color css
<style>
span { border-color: #6074F1; }
span { border-color: rgb(96,116,241); }
td.TdClassName
{
border-color: #6074F1;
}
.TagClassName
{
border-color: #6074F1;
}
</style>