Shades of Royal Blue #6172DD
Tints of Royal Blue #6172DD
RGB
CMYK
RGB Variations
Color information
#6172DD (or 0x6172DD) is known color: Royal Blue. HEX triplet: 61, 72 and DD. RGB value is (97,114,221). Sum of RGB (Red+Green+Blue) = 97+114+221=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 114 (44.92% from 255 or 26.39% 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 #6172DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6172DD is #9E8D22. Grayscale: #787878. Windows color (decimal): -10390819 or 14512737. OLE color: 14512737.
HSL color Cylindrical-coordinate representation of color #6172DD: hue angle of 231.77º 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 #6172DD is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 114 | 221 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.13 |
| HSL | 231.77º | 0.65% | 0.62% | - |
| HSV(B) | 231.77º | 0.56% | 0.87% | - |
| XYZ | 24 | 19.8 | 70.96 | - |
| YUV | 121.12 | 184.37 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 114 | 221 | 0.56 | 0.48 | 0 | 0.13 | 231.77 | 0.65 | 0.62 |
| Hex | 61 | 72 | DD | 38 | 30 | 0 | D | E8 | 41 | 3E |
| Octal | 141 | 162 | 335 | 70 | 60 | 0 | 15 | 350 | 101 | 76 |
| Binary | 1100001 | 1110010 | 11011101 | 111000 | 110000 | 0 | 1101 | 11101000 | 1000001 | 111110 |
Color Harmonies of #6172DD
Complementary color
Monochromatic Colors of #6172DD
Black with #6172DD
Text Example
Text Example
White with #6172DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6172DD; }
p { color: rgb(97,114,221); }
H1.HeaderClassName
{
color: #6172DD;
}
.AnyTagClassName
{
color: #6172DD;
}
</style>
background-color css
<style>
a { background-color: #6172DD; }
a { background-color: rgb(97,114,221); }
div.DivClassName
{
background-color: #6172DD;
}
.BgClassName
{
background-color: #6172DD;
}
</style>
border-color css
<style>
span { border-color: #6172DD; }
span { border-color: rgb(97,114,221); }
td.TdClassName
{
border-color: #6172DD;
}
.TagClassName
{
border-color: #6172DD;
}
</style>