Shades of Royal Blue #6376DF
Tints of Royal Blue #6376DF
RGB
CMYK
RGB Variations
Color information
#6376DF (or 0x6376DF) is known color: Royal Blue. HEX triplet: 63, 76 and DF. RGB value is (99,118,223). Sum of RGB (Red+Green+Blue) = 99+118+223=440 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.5% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #6376DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6376DF is #9C8920. Grayscale: #7B7B7B. Windows color (decimal): -10258721 or 14644835. OLE color: 14644835.
HSL color Cylindrical-coordinate representation of color #6376DF: hue angle of 230.81º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6376DF is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 118 | 223 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.13 |
| HSL | 230.81º | 0.66% | 0.63% | - |
| HSV(B) | 230.81º | 0.56% | 0.87% | - |
| XYZ | 24.94 | 20.94 | 72.54 | - |
| YUV | 124.29 | 183.71 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 118 | 223 | 0.56 | 0.47 | 0 | 0.13 | 230.81 | 0.66 | 0.63 |
| Hex | 63 | 76 | DF | 38 | 2F | 0 | D | E7 | 42 | 3F |
| Octal | 143 | 166 | 337 | 70 | 57 | 0 | 15 | 347 | 102 | 77 |
| Binary | 1100011 | 1110110 | 11011111 | 111000 | 101111 | 0 | 1101 | 11100111 | 1000010 | 111111 |
Color Harmonies of #6376DF
Complementary color
Monochromatic Colors of #6376DF
Black with #6376DF
Text Example
Text Example
White with #6376DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6376DF; }
p { color: rgb(99,118,223); }
H1.HeaderClassName
{
color: #6376DF;
}
.AnyTagClassName
{
color: #6376DF;
}
</style>
background-color css
<style>
a { background-color: #6376DF; }
a { background-color: rgb(99,118,223); }
div.DivClassName
{
background-color: #6376DF;
}
.BgClassName
{
background-color: #6376DF;
}
</style>
border-color css
<style>
span { border-color: #6376DF; }
span { border-color: rgb(99,118,223); }
td.TdClassName
{
border-color: #6376DF;
}
.TagClassName
{
border-color: #6376DF;
}
</style>