Shades of Royal Blue #6273DB
Tints of Royal Blue #6273DB
RGB
CMYK
RGB Variations
Color information
#6273DB (or 0x6273DB) is known color: Royal Blue. HEX triplet: 62, 73 and DB. RGB value is (98,115,219). Sum of RGB (Red+Green+Blue) = 98+115+219=432 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.69% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #6273DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6273DB is #9D8C24. Grayscale: #797979. Windows color (decimal): -10325029 or 14381922. OLE color: 14381922.
HSL color Cylindrical-coordinate representation of color #6273DB: hue angle of 231.57º degrees, saturation: 0.63, 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 #6273DB is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 115 | 219 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.14 |
| HSL | 231.57º | 0.63% | 0.62% | - |
| HSV(B) | 231.57º | 0.55% | 0.86% | - |
| XYZ | 23.95 | 19.97 | 69.61 | - |
| YUV | 121.77 | 182.87 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 115 | 219 | 0.55 | 0.47 | 0 | 0.14 | 231.57 | 0.63 | 0.62 |
| Hex | 62 | 73 | DB | 37 | 2F | 0 | E | E8 | 3F | 3E |
| Octal | 142 | 163 | 333 | 67 | 57 | 0 | 16 | 350 | 77 | 76 |
| Binary | 1100010 | 1110011 | 11011011 | 110111 | 101111 | 0 | 1110 | 11101000 | 111111 | 111110 |
Color Harmonies of #6273DB
Complementary color
Monochromatic Colors of #6273DB
Black with #6273DB
Text Example
Text Example
White with #6273DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6273DB; }
p { color: rgb(98,115,219); }
H1.HeaderClassName
{
color: #6273DB;
}
.AnyTagClassName
{
color: #6273DB;
}
</style>
background-color css
<style>
a { background-color: #6273DB; }
a { background-color: rgb(98,115,219); }
div.DivClassName
{
background-color: #6273DB;
}
.BgClassName
{
background-color: #6273DB;
}
</style>
border-color css
<style>
span { border-color: #6273DB; }
span { border-color: rgb(98,115,219); }
td.TdClassName
{
border-color: #6273DB;
}
.TagClassName
{
border-color: #6273DB;
}
</style>