Shades of Royal Blue #6372DD
Tints of Royal Blue #6372DD
RGB
CMYK
RGB Variations
Color information
#6372DD (or 0x6372DD) is known color: Royal Blue. HEX triplet: 63, 72 and DD. RGB value is (99,114,221). Sum of RGB (Red+Green+Blue) = 99+114+221=434 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.81% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #6372DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6372DD is #9C8D22. Grayscale: #797979. Windows color (decimal): -10259747 or 14512739. OLE color: 14512739.
HSL color Cylindrical-coordinate representation of color #6372DD: hue angle of 232.62º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6372DD is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 114 | 221 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.13 |
| HSL | 232.62º | 0.64% | 0.63% | - |
| HSV(B) | 232.62º | 0.55% | 0.87% | - |
| XYZ | 24.21 | 19.91 | 70.97 | - |
| YUV | 121.71 | 184.03 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 114 | 221 | 0.55 | 0.48 | 0 | 0.13 | 232.62 | 0.64 | 0.63 |
| Hex | 63 | 72 | DD | 37 | 30 | 0 | D | E9 | 40 | 3F |
| Octal | 143 | 162 | 335 | 67 | 60 | 0 | 15 | 351 | 100 | 77 |
| Binary | 1100011 | 1110010 | 11011101 | 110111 | 110000 | 0 | 1101 | 11101001 | 1000000 | 111111 |
Color Harmonies of #6372DD
Complementary color
Monochromatic Colors of #6372DD
Black with #6372DD
Text Example
Text Example
White with #6372DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6372DD; }
p { color: rgb(99,114,221); }
H1.HeaderClassName
{
color: #6372DD;
}
.AnyTagClassName
{
color: #6372DD;
}
</style>
background-color css
<style>
a { background-color: #6372DD; }
a { background-color: rgb(99,114,221); }
div.DivClassName
{
background-color: #6372DD;
}
.BgClassName
{
background-color: #6372DD;
}
</style>
border-color css
<style>
span { border-color: #6372DD; }
span { border-color: rgb(99,114,221); }
td.TdClassName
{
border-color: #6372DD;
}
.TagClassName
{
border-color: #6372DD;
}
</style>