Shades of Royal Blue #6074D9
Tints of Royal Blue #6074D9
RGB
CMYK
RGB Variations
Color information
#6074D9 (or 0x6074D9) is known color: Royal Blue. HEX triplet: 60, 74 and D9. RGB value is (96,116,217). Sum of RGB (Red+Green+Blue) = 96+116+217=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 217 (85.16% from 255 or 50.58% from 429); Max value from RGB is 217 - color contains mainly: blue. Hex color #6074D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6074D9 is #9F8B26. Grayscale: #797979. Windows color (decimal): -10455847 or 14251104. OLE color: 14251104.
HSL color Cylindrical-coordinate representation of color #6074D9: hue angle of 230.08º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6074D9 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 116 | 217 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.15 |
| HSL | 230.08º | 0.61% | 0.61% | - |
| HSV(B) | 230.08º | 0.56% | 0.85% | - |
| XYZ | 23.59 | 19.99 | 68.26 | - |
| YUV | 121.53 | 181.87 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 217 | 0.56 | 0.47 | 0 | 0.15 | 230.08 | 0.61 | 0.61 |
| Hex | 60 | 74 | D9 | 38 | 2F | 0 | F | E6 | 3D | 3D |
| Octal | 140 | 164 | 331 | 70 | 57 | 0 | 17 | 346 | 75 | 75 |
| Binary | 1100000 | 1110100 | 11011001 | 111000 | 101111 | 0 | 1111 | 11100110 | 111101 | 111101 |
Color Harmonies of #6074D9
Complementary color
Monochromatic Colors of #6074D9
Black with #6074D9
Text Example
Text Example
White with #6074D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6074D9; }
p { color: rgb(96,116,217); }
H1.HeaderClassName
{
color: #6074D9;
}
.AnyTagClassName
{
color: #6074D9;
}
</style>
background-color css
<style>
a { background-color: #6074D9; }
a { background-color: rgb(96,116,217); }
div.DivClassName
{
background-color: #6074D9;
}
.BgClassName
{
background-color: #6074D9;
}
</style>
border-color css
<style>
span { border-color: #6074D9; }
span { border-color: rgb(96,116,217); }
td.TdClassName
{
border-color: #6074D9;
}
.TagClassName
{
border-color: #6074D9;
}
</style>