Shades of Royal Blue #6373DF
Tints of Royal Blue #6373DF
RGB
CMYK
RGB Variations
Color information
#6373DF (or 0x6373DF) is known color: Royal Blue. HEX triplet: 63, 73 and DF. RGB value is (99,115,223). Sum of RGB (Red+Green+Blue) = 99+115+223=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #6373DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6373DF is #9C8C20. Grayscale: #7A7A7A. Windows color (decimal): -10259489 or 14644067. OLE color: 14644067.
HSL color Cylindrical-coordinate representation of color #6373DF: hue angle of 232.26º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6373DF is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 115 | 223 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.13 |
| HSL | 232.26º | 0.66% | 0.63% | - |
| HSV(B) | 232.26º | 0.56% | 0.87% | - |
| XYZ | 24.6 | 20.24 | 72.42 | - |
| YUV | 122.53 | 184.7 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 115 | 223 | 0.56 | 0.48 | 0 | 0.13 | 232.26 | 0.66 | 0.63 |
| Hex | 63 | 73 | DF | 38 | 30 | 0 | D | E8 | 42 | 3F |
| Octal | 143 | 163 | 337 | 70 | 60 | 0 | 15 | 350 | 102 | 77 |
| Binary | 1100011 | 1110011 | 11011111 | 111000 | 110000 | 0 | 1101 | 11101000 | 1000010 | 111111 |
Color Harmonies of #6373DF
Complementary color
Monochromatic Colors of #6373DF
Black with #6373DF
Text Example
Text Example
White with #6373DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6373DF; }
p { color: rgb(99,115,223); }
H1.HeaderClassName
{
color: #6373DF;
}
.AnyTagClassName
{
color: #6373DF;
}
</style>
background-color css
<style>
a { background-color: #6373DF; }
a { background-color: rgb(99,115,223); }
div.DivClassName
{
background-color: #6373DF;
}
.BgClassName
{
background-color: #6373DF;
}
</style>
border-color css
<style>
span { border-color: #6373DF; }
span { border-color: rgb(99,115,223); }
td.TdClassName
{
border-color: #6373DF;
}
.TagClassName
{
border-color: #6373DF;
}
</style>