Shades of Royal Blue #6172DA
Tints of Royal Blue #6172DA
RGB
CMYK
RGB Variations
Color information
#6172DA (or 0x6172DA) is known color: Royal Blue. HEX triplet: 61, 72 and DA. RGB value is (97,114,218). Sum of RGB (Red+Green+Blue) = 97+114+218=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #6172DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6172DA is #9E8D25. Grayscale: #787878. Windows color (decimal): -10390822 or 14316129. OLE color: 14316129.
HSL color Cylindrical-coordinate representation of color #6172DA: hue angle of 231.57º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6172DA is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 114 | 218 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.15 |
| HSL | 231.57º | 0.62% | 0.62% | - |
| HSV(B) | 231.57º | 0.56% | 0.85% | - |
| XYZ | 23.6 | 19.64 | 68.88 | - |
| YUV | 120.77 | 182.87 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 114 | 218 | 0.56 | 0.48 | 0 | 0.15 | 231.57 | 0.62 | 0.62 |
| Hex | 61 | 72 | DA | 38 | 30 | 0 | F | E8 | 3E | 3E |
| Octal | 141 | 162 | 332 | 70 | 60 | 0 | 17 | 350 | 76 | 76 |
| Binary | 1100001 | 1110010 | 11011010 | 111000 | 110000 | 0 | 1111 | 11101000 | 111110 | 111110 |
Color Harmonies of #6172DA
Complementary color
Monochromatic Colors of #6172DA
Black with #6172DA
Text Example
Text Example
White with #6172DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6172DA; }
p { color: rgb(97,114,218); }
H1.HeaderClassName
{
color: #6172DA;
}
.AnyTagClassName
{
color: #6172DA;
}
</style>
background-color css
<style>
a { background-color: #6172DA; }
a { background-color: rgb(97,114,218); }
div.DivClassName
{
background-color: #6172DA;
}
.BgClassName
{
background-color: #6172DA;
}
</style>
border-color css
<style>
span { border-color: #6172DA; }
span { border-color: rgb(97,114,218); }
td.TdClassName
{
border-color: #6172DA;
}
.TagClassName
{
border-color: #6172DA;
}
</style>