Shades of Royal Blue #6174DA
Tints of Royal Blue #6174DA
RGB
CMYK
RGB Variations
Color information
#6174DA (or 0x6174DA) is known color: Royal Blue. HEX triplet: 61, 74 and DA. RGB value is (97,116,218). Sum of RGB (Red+Green+Blue) = 97+116+218=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #6174DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6174DA is #9E8B25. Grayscale: #797979. Windows color (decimal): -10390310 or 14316641. OLE color: 14316641.
HSL color Cylindrical-coordinate representation of color #6174DA: hue angle of 230.58º 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 #6174DA is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 116 | 218 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.15 |
| HSL | 230.58º | 0.62% | 0.62% | - |
| HSV(B) | 230.58º | 0.56% | 0.85% | - |
| XYZ | 23.83 | 20.09 | 68.95 | - |
| YUV | 121.95 | 182.21 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 116 | 218 | 0.56 | 0.47 | 0 | 0.15 | 230.58 | 0.62 | 0.62 |
| Hex | 61 | 74 | DA | 38 | 2F | 0 | F | E7 | 3E | 3E |
| Octal | 141 | 164 | 332 | 70 | 57 | 0 | 17 | 347 | 76 | 76 |
| Binary | 1100001 | 1110100 | 11011010 | 111000 | 101111 | 0 | 1111 | 11100111 | 111110 | 111110 |
Color Harmonies of #6174DA
Complementary color
Monochromatic Colors of #6174DA
Black with #6174DA
Text Example
Text Example
White with #6174DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6174DA; }
p { color: rgb(97,116,218); }
H1.HeaderClassName
{
color: #6174DA;
}
.AnyTagClassName
{
color: #6174DA;
}
</style>
background-color css
<style>
a { background-color: #6174DA; }
a { background-color: rgb(97,116,218); }
div.DivClassName
{
background-color: #6174DA;
}
.BgClassName
{
background-color: #6174DA;
}
</style>
border-color css
<style>
span { border-color: #6174DA; }
span { border-color: rgb(97,116,218); }
td.TdClassName
{
border-color: #6174DA;
}
.TagClassName
{
border-color: #6174DA;
}
</style>