Shades of Royal Blue #6172D9
Tints of Royal Blue #6172D9
RGB
CMYK
RGB Variations
Color information
#6172D9 (or 0x6172D9) is known color: Royal Blue. HEX triplet: 61, 72 and D9. RGB value is (97,114,217). Sum of RGB (Red+Green+Blue) = 97+114+217=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 217 (85.16% from 255 or 50.70% from 428); Max value from RGB is 217 - color contains mainly: blue. Hex color #6172D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6172D9 is #9E8D26. Grayscale: #787878. Windows color (decimal): -10390823 or 14250593. OLE color: 14250593.
HSL color Cylindrical-coordinate representation of color #6172D9: hue angle of 231.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6172D9 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 114 | 217 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.15 |
| HSL | 231.5º | 0.61% | 0.62% | - |
| HSV(B) | 231.5º | 0.55% | 0.85% | - |
| XYZ | 23.47 | 19.59 | 68.19 | - |
| YUV | 120.66 | 182.37 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 114 | 217 | 0.55 | 0.47 | 0 | 0.15 | 231.5 | 0.61 | 0.62 |
| Hex | 61 | 72 | D9 | 37 | 2F | 0 | F | E8 | 3D | 3E |
| Octal | 141 | 162 | 331 | 67 | 57 | 0 | 17 | 350 | 75 | 76 |
| Binary | 1100001 | 1110010 | 11011001 | 110111 | 101111 | 0 | 1111 | 11101000 | 111101 | 111110 |
Color Harmonies of #6172D9
Complementary color
Monochromatic Colors of #6172D9
Black with #6172D9
Text Example
Text Example
White with #6172D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6172D9; }
p { color: rgb(97,114,217); }
H1.HeaderClassName
{
color: #6172D9;
}
.AnyTagClassName
{
color: #6172D9;
}
</style>
background-color css
<style>
a { background-color: #6172D9; }
a { background-color: rgb(97,114,217); }
div.DivClassName
{
background-color: #6172D9;
}
.BgClassName
{
background-color: #6172D9;
}
</style>
border-color css
<style>
span { border-color: #6172D9; }
span { border-color: rgb(97,114,217); }
td.TdClassName
{
border-color: #6172D9;
}
.TagClassName
{
border-color: #6172D9;
}
</style>