Shades of Royal Blue #6170DF
Tints of Royal Blue #6170DF
RGB
CMYK
RGB Variations
Color information
#6170DF (or 0x6170DF) is known color: Royal Blue. HEX triplet: 61, 70 and DF. RGB value is (97,112,223). Sum of RGB (Red+Green+Blue) = 97+112+223=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #6170DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6170DF is #9E8F20. Grayscale: #777777. Windows color (decimal): -10391329 or 14643297. OLE color: 14643297.
HSL color Cylindrical-coordinate representation of color #6170DF: hue angle of 232.86º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6170DF is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 112 | 223 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.13 |
| HSL | 232.86º | 0.66% | 0.63% | - |
| HSV(B) | 232.86º | 0.57% | 0.87% | - |
| XYZ | 24.04 | 19.46 | 72.3 | - |
| YUV | 120.17 | 186.03 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 112 | 223 | 0.57 | 0.50 | 0 | 0.13 | 232.86 | 0.66 | 0.63 |
| Hex | 61 | 70 | DF | 39 | 32 | 0 | D | E9 | 42 | 3F |
| Octal | 141 | 160 | 337 | 71 | 62 | 0 | 15 | 351 | 102 | 77 |
| Binary | 1100001 | 1110000 | 11011111 | 111001 | 110010 | 0 | 1101 | 11101001 | 1000010 | 111111 |
Color Harmonies of #6170DF
Complementary color
Monochromatic Colors of #6170DF
Black with #6170DF
Text Example
Text Example
White with #6170DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6170DF; }
p { color: rgb(97,112,223); }
H1.HeaderClassName
{
color: #6170DF;
}
.AnyTagClassName
{
color: #6170DF;
}
</style>
background-color css
<style>
a { background-color: #6170DF; }
a { background-color: rgb(97,112,223); }
div.DivClassName
{
background-color: #6170DF;
}
.BgClassName
{
background-color: #6170DF;
}
</style>
border-color css
<style>
span { border-color: #6170DF; }
span { border-color: rgb(97,112,223); }
td.TdClassName
{
border-color: #6170DF;
}
.TagClassName
{
border-color: #6170DF;
}
</style>