Shades of Royal Blue #6377DB
Tints of Royal Blue #6377DB
RGB
CMYK
RGB Variations
Color information
#6377DB (or 0x6377DB) is known color: Royal Blue. HEX triplet: 63, 77 and DB. RGB value is (99,119,219). Sum of RGB (Red+Green+Blue) = 99+119+219=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #6377DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6377DB is #9C8824. Grayscale: #7C7C7C. Windows color (decimal): -10258469 or 14382947. OLE color: 14382947.
HSL color Cylindrical-coordinate representation of color #6377DB: hue angle of 230º 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 #6377DB is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 119 | 219 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.14 |
| HSL | 230º | 0.63% | 0.62% | - |
| HSV(B) | 230º | 0.55% | 0.86% | - |
| XYZ | 24.53 | 20.96 | 69.77 | - |
| YUV | 124.42 | 181.37 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 119 | 219 | 0.55 | 0.46 | 0 | 0.14 | 230 | 0.63 | 0.62 |
| Hex | 63 | 77 | DB | 37 | 2E | 0 | E | E6 | 3E | 3E |
| Octal | 143 | 167 | 333 | 67 | 56 | 0 | 16 | 346 | 76 | 76 |
| Binary | 1100011 | 1110111 | 11011011 | 110111 | 101110 | 0 | 1110 | 11100110 | 111110 | 111110 |
Color Harmonies of #6377DB
Complementary color
Monochromatic Colors of #6377DB
Black with #6377DB
Text Example
Text Example
White with #6377DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6377DB; }
p { color: rgb(99,119,219); }
H1.HeaderClassName
{
color: #6377DB;
}
.AnyTagClassName
{
color: #6377DB;
}
</style>
background-color css
<style>
a { background-color: #6377DB; }
a { background-color: rgb(99,119,219); }
div.DivClassName
{
background-color: #6377DB;
}
.BgClassName
{
background-color: #6377DB;
}
</style>
border-color css
<style>
span { border-color: #6377DB; }
span { border-color: rgb(99,119,219); }
td.TdClassName
{
border-color: #6377DB;
}
.TagClassName
{
border-color: #6377DB;
}
</style>