Shades of Royal Blue #6376DD
Tints of Royal Blue #6376DD
RGB
CMYK
RGB Variations
Color information
#6376DD (or 0x6376DD) is known color: Royal Blue. HEX triplet: 63, 76 and DD. RGB value is (99,118,221). Sum of RGB (Red+Green+Blue) = 99+118+221=438 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.60% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #6376DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6376DD is #9C8922. Grayscale: #7B7B7B. Windows color (decimal): -10258723 or 14513763. OLE color: 14513763.
HSL color Cylindrical-coordinate representation of color #6376DD: hue angle of 230.66º 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 #6376DD is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 118 | 221 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.13 |
| HSL | 230.66º | 0.64% | 0.63% | - |
| HSV(B) | 230.66º | 0.55% | 0.87% | - |
| XYZ | 24.68 | 20.83 | 71.13 | - |
| YUV | 124.06 | 182.71 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 118 | 221 | 0.55 | 0.47 | 0 | 0.13 | 230.66 | 0.64 | 0.63 |
| Hex | 63 | 76 | DD | 37 | 2F | 0 | D | E7 | 40 | 3F |
| Octal | 143 | 166 | 335 | 67 | 57 | 0 | 15 | 347 | 100 | 77 |
| Binary | 1100011 | 1110110 | 11011101 | 110111 | 101111 | 0 | 1101 | 11100111 | 1000000 | 111111 |
Color Harmonies of #6376DD
Complementary color
Monochromatic Colors of #6376DD
Black with #6376DD
Text Example
Text Example
White with #6376DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6376DD; }
p { color: rgb(99,118,221); }
H1.HeaderClassName
{
color: #6376DD;
}
.AnyTagClassName
{
color: #6376DD;
}
</style>
background-color css
<style>
a { background-color: #6376DD; }
a { background-color: rgb(99,118,221); }
div.DivClassName
{
background-color: #6376DD;
}
.BgClassName
{
background-color: #6376DD;
}
</style>
border-color css
<style>
span { border-color: #6376DD; }
span { border-color: rgb(99,118,221); }
td.TdClassName
{
border-color: #6376DD;
}
.TagClassName
{
border-color: #6376DD;
}
</style>