Shades of Royal Blue #6071DF
Tints of Royal Blue #6071DF
RGB
CMYK
RGB Variations
Color information
#6071DF (or 0x6071DF) is known color: Royal Blue. HEX triplet: 60, 71 and DF. RGB value is (96,113,223). Sum of RGB (Red+Green+Blue) = 96+113+223=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #6071DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6071DF is #9F8E20. Grayscale: #787878. Windows color (decimal): -10456609 or 14643552. OLE color: 14643552.
HSL color Cylindrical-coordinate representation of color #6071DF: hue angle of 231.97º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6071DF is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 113 | 223 | - |
| CMYK | 0.57 | 0.49 | 0 | 0.13 |
| HSL | 231.97º | 0.66% | 0.63% | - |
| HSV(B) | 231.97º | 0.57% | 0.87% | - |
| XYZ | 24.05 | 19.62 | 72.33 | - |
| YUV | 120.46 | 185.87 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 223 | 0.57 | 0.49 | 0 | 0.13 | 231.97 | 0.66 | 0.63 |
| Hex | 60 | 71 | DF | 39 | 31 | 0 | D | E8 | 42 | 3F |
| Octal | 140 | 161 | 337 | 71 | 61 | 0 | 15 | 350 | 102 | 77 |
| Binary | 1100000 | 1110001 | 11011111 | 111001 | 110001 | 0 | 1101 | 11101000 | 1000010 | 111111 |
Color Harmonies of #6071DF
Complementary color
Monochromatic Colors of #6071DF
Black with #6071DF
Text Example
Text Example
White with #6071DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6071DF; }
p { color: rgb(96,113,223); }
H1.HeaderClassName
{
color: #6071DF;
}
.AnyTagClassName
{
color: #6071DF;
}
</style>
background-color css
<style>
a { background-color: #6071DF; }
a { background-color: rgb(96,113,223); }
div.DivClassName
{
background-color: #6071DF;
}
.BgClassName
{
background-color: #6071DF;
}
</style>
border-color css
<style>
span { border-color: #6071DF; }
span { border-color: rgb(96,113,223); }
td.TdClassName
{
border-color: #6071DF;
}
.TagClassName
{
border-color: #6071DF;
}
</style>