Shades of Royal Blue #6373DB
Tints of Royal Blue #6373DB
RGB
CMYK
RGB Variations
Color information
#6373DB (or 0x6373DB) is known color: Royal Blue. HEX triplet: 63, 73 and DB. RGB value is (99,115,219). Sum of RGB (Red+Green+Blue) = 99+115+219=433 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.86% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #6373DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6373DB is #9C8C24. Grayscale: #797979. Windows color (decimal): -10259493 or 14381923. OLE color: 14381923.
HSL color Cylindrical-coordinate representation of color #6373DB: hue angle of 232º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6373DB is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 115 | 219 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.14 |
| HSL | 232º | 0.63% | 0.62% | - |
| HSV(B) | 232º | 0.55% | 0.86% | - |
| XYZ | 24.06 | 20.03 | 69.62 | - |
| YUV | 122.07 | 182.7 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 115 | 219 | 0.55 | 0.47 | 0 | 0.14 | 232 | 0.63 | 0.62 |
| Hex | 63 | 73 | DB | 37 | 2F | 0 | E | E8 | 3E | 3E |
| Octal | 143 | 163 | 333 | 67 | 57 | 0 | 16 | 350 | 76 | 76 |
| Binary | 1100011 | 1110011 | 11011011 | 110111 | 101111 | 0 | 1110 | 11101000 | 111110 | 111110 |
Color Harmonies of #6373DB
Complementary color
Monochromatic Colors of #6373DB
Black with #6373DB
Text Example
Text Example
White with #6373DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6373DB; }
p { color: rgb(99,115,219); }
H1.HeaderClassName
{
color: #6373DB;
}
.AnyTagClassName
{
color: #6373DB;
}
</style>
background-color css
<style>
a { background-color: #6373DB; }
a { background-color: rgb(99,115,219); }
div.DivClassName
{
background-color: #6373DB;
}
.BgClassName
{
background-color: #6373DB;
}
</style>
border-color css
<style>
span { border-color: #6373DB; }
span { border-color: rgb(99,115,219); }
td.TdClassName
{
border-color: #6373DB;
}
.TagClassName
{
border-color: #6373DB;
}
</style>