Shades of Royal Blue #6172E5
Tints of Royal Blue #6172E5
RGB
CMYK
RGB Variations
Color information
#6172E5 (or 0x6172E5) is known color: Royal Blue. HEX triplet: 61, 72 and E5. RGB value is (97,114,229). Sum of RGB (Red+Green+Blue) = 97+114+229=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #6172E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6172E5 is #9E8D1A. Grayscale: #797979. Windows color (decimal): -10390811 or 15037025. OLE color: 15037025.
HSL color Cylindrical-coordinate representation of color #6172E5: hue angle of 232.27º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6172E5 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 114 | 229 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.10 |
| HSL | 232.27º | 0.72% | 0.64% | - |
| HSV(B) | 232.27º | 0.58% | 0.9% | - |
| XYZ | 25.09 | 20.23 | 76.71 | - |
| YUV | 122.03 | 188.37 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 114 | 229 | 0.58 | 0.50 | 0 | 0.10 | 232.27 | 0.72 | 0.64 |
| Hex | 61 | 72 | E5 | 3A | 32 | 0 | A | E8 | 48 | 40 |
| Octal | 141 | 162 | 345 | 72 | 62 | 0 | 12 | 350 | 110 | 100 |
| Binary | 1100001 | 1110010 | 11100101 | 111010 | 110010 | 0 | 1010 | 11101000 | 1001000 | 1000000 |
Color Harmonies of #6172E5
Complementary color
Monochromatic Colors of #6172E5
Black with #6172E5
Text Example
Text Example
White with #6172E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6172E5; }
p { color: rgb(97,114,229); }
H1.HeaderClassName
{
color: #6172E5;
}
.AnyTagClassName
{
color: #6172E5;
}
</style>
background-color css
<style>
a { background-color: #6172E5; }
a { background-color: rgb(97,114,229); }
div.DivClassName
{
background-color: #6172E5;
}
.BgClassName
{
background-color: #6172E5;
}
</style>
border-color css
<style>
span { border-color: #6172E5; }
span { border-color: rgb(97,114,229); }
td.TdClassName
{
border-color: #6172E5;
}
.TagClassName
{
border-color: #6172E5;
}
</style>