Shades of Royal Blue #6074DA
Tints of Royal Blue #6074DA
RGB
CMYK
RGB Variations
Color information
#6074DA (or 0x6074DA) is known color: Royal Blue. HEX triplet: 60, 74 and DA. RGB value is (96,116,218). Sum of RGB (Red+Green+Blue) = 96+116+218=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #6074DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6074DA is #9F8B25. Grayscale: #797979. Windows color (decimal): -10455846 or 14316640. OLE color: 14316640.
HSL color Cylindrical-coordinate representation of color #6074DA: hue angle of 230.16º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6074DA is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 116 | 218 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.15 |
| HSL | 230.16º | 0.62% | 0.62% | - |
| HSV(B) | 230.16º | 0.56% | 0.85% | - |
| XYZ | 23.72 | 20.04 | 68.95 | - |
| YUV | 121.65 | 182.37 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 218 | 0.56 | 0.47 | 0 | 0.15 | 230.16 | 0.62 | 0.62 |
| Hex | 60 | 74 | DA | 38 | 2F | 0 | F | E6 | 3E | 3E |
| Octal | 140 | 164 | 332 | 70 | 57 | 0 | 17 | 346 | 76 | 76 |
| Binary | 1100000 | 1110100 | 11011010 | 111000 | 101111 | 0 | 1111 | 11100110 | 111110 | 111110 |
Color Harmonies of #6074DA
Complementary color
Monochromatic Colors of #6074DA
Black with #6074DA
Text Example
Text Example
White with #6074DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6074DA; }
p { color: rgb(96,116,218); }
H1.HeaderClassName
{
color: #6074DA;
}
.AnyTagClassName
{
color: #6074DA;
}
</style>
background-color css
<style>
a { background-color: #6074DA; }
a { background-color: rgb(96,116,218); }
div.DivClassName
{
background-color: #6074DA;
}
.BgClassName
{
background-color: #6074DA;
}
</style>
border-color css
<style>
span { border-color: #6074DA; }
span { border-color: rgb(96,116,218); }
td.TdClassName
{
border-color: #6074DA;
}
.TagClassName
{
border-color: #6074DA;
}
</style>