Shades of Royal Blue #6073DD
Tints of Royal Blue #6073DD
RGB
CMYK
RGB Variations
Color information
#6073DD (or 0x6073DD) is known color: Royal Blue. HEX triplet: 60, 73 and DD. RGB value is (96,115,221). Sum of RGB (Red+Green+Blue) = 96+115+221=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #6073DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6073DD is #9F8C22. Grayscale: #787878. Windows color (decimal): -10456099 or 14512992. OLE color: 14512992.
HSL color Cylindrical-coordinate representation of color #6073DD: hue angle of 230.88º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6073DD is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 115 | 221 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.13 |
| HSL | 230.88º | 0.65% | 0.62% | - |
| HSV(B) | 230.88º | 0.57% | 0.87% | - |
| XYZ | 24.01 | 19.97 | 71 | - |
| YUV | 121.4 | 184.21 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 221 | 0.57 | 0.48 | 0 | 0.13 | 230.88 | 0.65 | 0.62 |
| Hex | 60 | 73 | DD | 39 | 30 | 0 | D | E7 | 41 | 3E |
| Octal | 140 | 163 | 335 | 71 | 60 | 0 | 15 | 347 | 101 | 76 |
| Binary | 1100000 | 1110011 | 11011101 | 111001 | 110000 | 0 | 1101 | 11100111 | 1000001 | 111110 |
Color Harmonies of #6073DD
Complementary color
Monochromatic Colors of #6073DD
Black with #6073DD
Text Example
Text Example
White with #6073DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6073DD; }
p { color: rgb(96,115,221); }
H1.HeaderClassName
{
color: #6073DD;
}
.AnyTagClassName
{
color: #6073DD;
}
</style>
background-color css
<style>
a { background-color: #6073DD; }
a { background-color: rgb(96,115,221); }
div.DivClassName
{
background-color: #6073DD;
}
.BgClassName
{
background-color: #6073DD;
}
</style>
border-color css
<style>
span { border-color: #6073DD; }
span { border-color: rgb(96,115,221); }
td.TdClassName
{
border-color: #6073DD;
}
.TagClassName
{
border-color: #6073DD;
}
</style>