Shades of Royal Blue #6176DB
Tints of Royal Blue #6176DB
RGB
CMYK
RGB Variations
Color information
#6176DB (or 0x6176DB) is known color: Royal Blue. HEX triplet: 61, 76 and DB. RGB value is (97,118,219). Sum of RGB (Red+Green+Blue) = 97+118+219=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #6176DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6176DB is #9E8924. Grayscale: #7A7A7A. Windows color (decimal): -10389797 or 14382689. OLE color: 14382689.
HSL color Cylindrical-coordinate representation of color #6176DB: hue angle of 229.67º 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 #6176DB is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 118 | 219 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.14 |
| HSL | 229.67º | 0.63% | 0.62% | - |
| HSV(B) | 229.67º | 0.56% | 0.86% | - |
| XYZ | 24.19 | 20.61 | 69.72 | - |
| YUV | 123.24 | 182.04 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 118 | 219 | 0.56 | 0.46 | 0 | 0.14 | 229.67 | 0.63 | 0.62 |
| Hex | 61 | 76 | DB | 38 | 2E | 0 | E | E6 | 3F | 3E |
| Octal | 141 | 166 | 333 | 70 | 56 | 0 | 16 | 346 | 77 | 76 |
| Binary | 1100001 | 1110110 | 11011011 | 111000 | 101110 | 0 | 1110 | 11100110 | 111111 | 111110 |
Color Harmonies of #6176DB
Complementary color
Monochromatic Colors of #6176DB
Black with #6176DB
Text Example
Text Example
White with #6176DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6176DB; }
p { color: rgb(97,118,219); }
H1.HeaderClassName
{
color: #6176DB;
}
.AnyTagClassName
{
color: #6176DB;
}
</style>
background-color css
<style>
a { background-color: #6176DB; }
a { background-color: rgb(97,118,219); }
div.DivClassName
{
background-color: #6176DB;
}
.BgClassName
{
background-color: #6176DB;
}
</style>
border-color css
<style>
span { border-color: #6176DB; }
span { border-color: rgb(97,118,219); }
td.TdClassName
{
border-color: #6176DB;
}
.TagClassName
{
border-color: #6176DB;
}
</style>