Shades of Royal Blue #6376DC
Tints of Royal Blue #6376DC
RGB
CMYK
RGB Variations
Color information
#6376DC (or 0x6376DC) is known color: Royal Blue. HEX triplet: 63, 76 and DC. RGB value is (99,118,220). Sum of RGB (Red+Green+Blue) = 99+118+220=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #6376DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6376DC is #9C8923. Grayscale: #7B7B7B. Windows color (decimal): -10258724 or 14448227. OLE color: 14448227.
HSL color Cylindrical-coordinate representation of color #6376DC: hue angle of 230.58º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6376DC is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 118 | 220 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.14 |
| HSL | 230.58º | 0.63% | 0.63% | - |
| HSV(B) | 230.58º | 0.55% | 0.86% | - |
| XYZ | 24.54 | 20.78 | 70.43 | - |
| YUV | 123.95 | 182.21 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 118 | 220 | 0.55 | 0.46 | 0 | 0.14 | 230.58 | 0.63 | 0.63 |
| Hex | 63 | 76 | DC | 37 | 2E | 0 | E | E7 | 3F | 3F |
| Octal | 143 | 166 | 334 | 67 | 56 | 0 | 16 | 347 | 77 | 77 |
| Binary | 1100011 | 1110110 | 11011100 | 110111 | 101110 | 0 | 1110 | 11100111 | 111111 | 111111 |
Color Harmonies of #6376DC
Complementary color
Monochromatic Colors of #6376DC
Black with #6376DC
Text Example
Text Example
White with #6376DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6376DC; }
p { color: rgb(99,118,220); }
H1.HeaderClassName
{
color: #6376DC;
}
.AnyTagClassName
{
color: #6376DC;
}
</style>
background-color css
<style>
a { background-color: #6376DC; }
a { background-color: rgb(99,118,220); }
div.DivClassName
{
background-color: #6376DC;
}
.BgClassName
{
background-color: #6376DC;
}
</style>
border-color css
<style>
span { border-color: #6376DC; }
span { border-color: rgb(99,118,220); }
td.TdClassName
{
border-color: #6376DC;
}
.TagClassName
{
border-color: #6376DC;
}
</style>