Shades of Royal Blue #6071DD
Tints of Royal Blue #6071DD
RGB
CMYK
RGB Variations
Color information
#6071DD (or 0x6071DD) is known color: Royal Blue. HEX triplet: 60, 71 and DD. RGB value is (96,113,221). Sum of RGB (Red+Green+Blue) = 96+113+221=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #6071DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6071DD is #9F8E22. Grayscale: #777777. Windows color (decimal): -10456611 or 14512480. OLE color: 14512480.
HSL color Cylindrical-coordinate representation of color #6071DD: hue angle of 231.84º 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 #6071DD is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 113 | 221 | - |
| CMYK | 0.57 | 0.49 | 0 | 0.13 |
| HSL | 231.84º | 0.65% | 0.62% | - |
| HSV(B) | 231.84º | 0.57% | 0.87% | - |
| XYZ | 23.78 | 19.52 | 70.92 | - |
| YUV | 120.23 | 184.87 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 221 | 0.57 | 0.49 | 0 | 0.13 | 231.84 | 0.65 | 0.62 |
| Hex | 60 | 71 | DD | 39 | 31 | 0 | D | E8 | 41 | 3E |
| Octal | 140 | 161 | 335 | 71 | 61 | 0 | 15 | 350 | 101 | 76 |
| Binary | 1100000 | 1110001 | 11011101 | 111001 | 110001 | 0 | 1101 | 11101000 | 1000001 | 111110 |
Color Harmonies of #6071DD
Complementary color
Monochromatic Colors of #6071DD
Black with #6071DD
Text Example
Text Example
White with #6071DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6071DD; }
p { color: rgb(96,113,221); }
H1.HeaderClassName
{
color: #6071DD;
}
.AnyTagClassName
{
color: #6071DD;
}
</style>
background-color css
<style>
a { background-color: #6071DD; }
a { background-color: rgb(96,113,221); }
div.DivClassName
{
background-color: #6071DD;
}
.BgClassName
{
background-color: #6071DD;
}
</style>
border-color css
<style>
span { border-color: #6071DD; }
span { border-color: rgb(96,113,221); }
td.TdClassName
{
border-color: #6071DD;
}
.TagClassName
{
border-color: #6071DD;
}
</style>