Shades of Royal Blue #6170DB
Tints of Royal Blue #6170DB
RGB
CMYK
RGB Variations
Color information
#6170DB (or 0x6170DB) is known color: Royal Blue. HEX triplet: 61, 70 and DB. RGB value is (97,112,219). Sum of RGB (Red+Green+Blue) = 97+112+219=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #6170DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6170DB is #9E8F24. Grayscale: #777777. Windows color (decimal): -10391333 or 14381153. OLE color: 14381153.
HSL color Cylindrical-coordinate representation of color #6170DB: hue angle of 232.62º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6170DB is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 112 | 219 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.14 |
| HSL | 232.62º | 0.63% | 0.62% | - |
| HSV(B) | 232.62º | 0.56% | 0.86% | - |
| XYZ | 23.51 | 19.24 | 69.49 | - |
| YUV | 119.71 | 184.03 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 112 | 219 | 0.56 | 0.49 | 0 | 0.14 | 232.62 | 0.63 | 0.62 |
| Hex | 61 | 70 | DB | 38 | 31 | 0 | E | E9 | 3F | 3E |
| Octal | 141 | 160 | 333 | 70 | 61 | 0 | 16 | 351 | 77 | 76 |
| Binary | 1100001 | 1110000 | 11011011 | 111000 | 110001 | 0 | 1110 | 11101001 | 111111 | 111110 |
Color Harmonies of #6170DB
Complementary color
Monochromatic Colors of #6170DB
Black with #6170DB
Text Example
Text Example
White with #6170DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6170DB; }
p { color: rgb(97,112,219); }
H1.HeaderClassName
{
color: #6170DB;
}
.AnyTagClassName
{
color: #6170DB;
}
</style>
background-color css
<style>
a { background-color: #6170DB; }
a { background-color: rgb(97,112,219); }
div.DivClassName
{
background-color: #6170DB;
}
.BgClassName
{
background-color: #6170DB;
}
</style>
border-color css
<style>
span { border-color: #6170DB; }
span { border-color: rgb(97,112,219); }
td.TdClassName
{
border-color: #6170DB;
}
.TagClassName
{
border-color: #6170DB;
}
</style>