Shades of Royal Blue #6373E1
Tints of Royal Blue #6373E1
RGB
CMYK
RGB Variations
Color information
#6373E1 (or 0x6373E1) is known color: Royal Blue. HEX triplet: 63, 73 and E1. RGB value is (99,115,225). Sum of RGB (Red+Green+Blue) = 99+115+225=439 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.55% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 225 (88.28% from 255 or 51.25% from 439); Max value from RGB is 225 - color contains mainly: blue. Hex color #6373E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6373E1 is #9C8C1E. Grayscale: #7A7A7A. Windows color (decimal): -10259487 or 14775139. OLE color: 14775139.
HSL color Cylindrical-coordinate representation of color #6373E1: hue angle of 232.38º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6373E1 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 99 | 115 | 225 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.12 |
| HSL | 232.38º | 0.68% | 0.64% | - |
| HSV(B) | 232.38º | 0.56% | 0.88% | - |
| XYZ | 24.87 | 20.35 | 73.85 | - |
| YUV | 122.76 | 185.7 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 115 | 225 | 0.56 | 0.49 | 0 | 0.12 | 232.38 | 0.68 | 0.64 |
| Hex | 63 | 73 | E1 | 38 | 31 | 0 | C | E8 | 44 | 40 |
| Octal | 143 | 163 | 341 | 70 | 61 | 0 | 14 | 350 | 104 | 100 |
| Binary | 1100011 | 1110011 | 11100001 | 111000 | 110001 | 0 | 1100 | 11101000 | 1000100 | 1000000 |
Color Harmonies of #6373E1
Complementary color
Monochromatic Colors of #6373E1
Black with #6373E1
Text Example
Text Example
White with #6373E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6373E1; }
p { color: rgb(99,115,225); }
H1.HeaderClassName
{
color: #6373E1;
}
.AnyTagClassName
{
color: #6373E1;
}
</style>
background-color css
<style>
a { background-color: #6373E1; }
a { background-color: rgb(99,115,225); }
div.DivClassName
{
background-color: #6373E1;
}
.BgClassName
{
background-color: #6373E1;
}
</style>
border-color css
<style>
span { border-color: #6373E1; }
span { border-color: rgb(99,115,225); }
td.TdClassName
{
border-color: #6373E1;
}
.TagClassName
{
border-color: #6373E1;
}
</style>