Shades of Royal Blue #6171DD
Tints of Royal Blue #6171DD
RGB
CMYK
RGB Variations
Color information
#6171DD (or 0x6171DD) is known color: Royal Blue. HEX triplet: 61, 71 and DD. RGB value is (97,113,221). Sum of RGB (Red+Green+Blue) = 97+113+221=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #6171DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6171DD is #9E8E22. Grayscale: #787878. Windows color (decimal): -10391075 or 14512481. OLE color: 14512481.
HSL color Cylindrical-coordinate representation of color #6171DD: hue angle of 232.26º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6171DD is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 113 | 221 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.13 |
| HSL | 232.26º | 0.65% | 0.62% | - |
| HSV(B) | 232.26º | 0.56% | 0.87% | - |
| XYZ | 23.89 | 19.57 | 70.93 | - |
| YUV | 120.53 | 184.7 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 221 | 0.56 | 0.49 | 0 | 0.13 | 232.26 | 0.65 | 0.62 |
| Hex | 61 | 71 | DD | 38 | 31 | 0 | D | E8 | 41 | 3E |
| Octal | 141 | 161 | 335 | 70 | 61 | 0 | 15 | 350 | 101 | 76 |
| Binary | 1100001 | 1110001 | 11011101 | 111000 | 110001 | 0 | 1101 | 11101000 | 1000001 | 111110 |
Color Harmonies of #6171DD
Complementary color
Monochromatic Colors of #6171DD
Black with #6171DD
Text Example
Text Example
White with #6171DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6171DD; }
p { color: rgb(97,113,221); }
H1.HeaderClassName
{
color: #6171DD;
}
.AnyTagClassName
{
color: #6171DD;
}
</style>
background-color css
<style>
a { background-color: #6171DD; }
a { background-color: rgb(97,113,221); }
div.DivClassName
{
background-color: #6171DD;
}
.BgClassName
{
background-color: #6171DD;
}
</style>
border-color css
<style>
span { border-color: #6171DD; }
span { border-color: rgb(97,113,221); }
td.TdClassName
{
border-color: #6171DD;
}
.TagClassName
{
border-color: #6171DD;
}
</style>