Shades of Royal Blue #6376DB
Tints of Royal Blue #6376DB
RGB
CMYK
RGB Variations
Color information
#6376DB (or 0x6376DB) is known color: Royal Blue. HEX triplet: 63, 76 and DB. RGB value is (99,118,219). Sum of RGB (Red+Green+Blue) = 99+118+219=436 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.71% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #6376DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6376DB is #9C8924. Grayscale: #7B7B7B. Windows color (decimal): -10258725 or 14382691. OLE color: 14382691.
HSL color Cylindrical-coordinate representation of color #6376DB: hue angle of 230.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6376DB is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 118 | 219 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.14 |
| HSL | 230.5º | 0.63% | 0.62% | - |
| HSV(B) | 230.5º | 0.55% | 0.86% | - |
| XYZ | 24.41 | 20.72 | 69.73 | - |
| YUV | 123.83 | 181.71 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 118 | 219 | 0.55 | 0.46 | 0 | 0.14 | 230.5 | 0.63 | 0.62 |
| Hex | 63 | 76 | DB | 37 | 2E | 0 | E | E6 | 3E | 3E |
| Octal | 143 | 166 | 333 | 67 | 56 | 0 | 16 | 346 | 76 | 76 |
| Binary | 1100011 | 1110110 | 11011011 | 110111 | 101110 | 0 | 1110 | 11100110 | 111110 | 111110 |
Color Harmonies of #6376DB
Complementary color
Monochromatic Colors of #6376DB
Black with #6376DB
Text Example
Text Example
White with #6376DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6376DB; }
p { color: rgb(99,118,219); }
H1.HeaderClassName
{
color: #6376DB;
}
.AnyTagClassName
{
color: #6376DB;
}
</style>
background-color css
<style>
a { background-color: #6376DB; }
a { background-color: rgb(99,118,219); }
div.DivClassName
{
background-color: #6376DB;
}
.BgClassName
{
background-color: #6376DB;
}
</style>
border-color css
<style>
span { border-color: #6376DB; }
span { border-color: rgb(99,118,219); }
td.TdClassName
{
border-color: #6376DB;
}
.TagClassName
{
border-color: #6376DB;
}
</style>