Shades of Royal Blue #6376DA
Tints of Royal Blue #6376DA
RGB
CMYK
RGB Variations
Color information
#6376DA (or 0x6376DA) is known color: Royal Blue. HEX triplet: 63, 76 and DA. RGB value is (99,118,218). Sum of RGB (Red+Green+Blue) = 99+118+218=435 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.76% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #6376DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6376DA is #9C8925. Grayscale: #7B7B7B. Windows color (decimal): -10258726 or 14317155. OLE color: 14317155.
HSL color Cylindrical-coordinate representation of color #6376DA: hue angle of 230.42º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6376DA is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 118 | 218 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.15 |
| HSL | 230.42º | 0.62% | 0.62% | - |
| HSV(B) | 230.42º | 0.55% | 0.85% | - |
| XYZ | 24.28 | 20.67 | 69.04 | - |
| YUV | 123.72 | 181.21 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 118 | 218 | 0.55 | 0.46 | 0 | 0.15 | 230.42 | 0.62 | 0.62 |
| Hex | 63 | 76 | DA | 37 | 2E | 0 | F | E6 | 3E | 3E |
| Octal | 143 | 166 | 332 | 67 | 56 | 0 | 17 | 346 | 76 | 76 |
| Binary | 1100011 | 1110110 | 11011010 | 110111 | 101110 | 0 | 1111 | 11100110 | 111110 | 111110 |
Color Harmonies of #6376DA
Complementary color
Monochromatic Colors of #6376DA
Black with #6376DA
Text Example
Text Example
White with #6376DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6376DA; }
p { color: rgb(99,118,218); }
H1.HeaderClassName
{
color: #6376DA;
}
.AnyTagClassName
{
color: #6376DA;
}
</style>
background-color css
<style>
a { background-color: #6376DA; }
a { background-color: rgb(99,118,218); }
div.DivClassName
{
background-color: #6376DA;
}
.BgClassName
{
background-color: #6376DA;
}
</style>
border-color css
<style>
span { border-color: #6376DA; }
span { border-color: rgb(99,118,218); }
td.TdClassName
{
border-color: #6376DA;
}
.TagClassName
{
border-color: #6376DA;
}
</style>