Shades of Royal Blue #6275DB
Tints of Royal Blue #6275DB
RGB
CMYK
RGB Variations
Color information
#6275DB (or 0x6275DB) is known color: Royal Blue. HEX triplet: 62, 75 and DB. RGB value is (98,117,219). Sum of RGB (Red+Green+Blue) = 98+117+219=434 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.58% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #6275DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6275DB is #9D8A24. Grayscale: #7A7A7A. Windows color (decimal): -10324517 or 14382434. OLE color: 14382434.
HSL color Cylindrical-coordinate representation of color #6275DB: hue angle of 230.58º 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 #6275DB is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 117 | 219 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.14 |
| HSL | 230.58º | 0.63% | 0.62% | - |
| HSV(B) | 230.58º | 0.55% | 0.86% | - |
| XYZ | 24.18 | 20.43 | 69.69 | - |
| YUV | 122.95 | 182.21 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 117 | 219 | 0.55 | 0.47 | 0 | 0.14 | 230.58 | 0.63 | 0.62 |
| Hex | 62 | 75 | DB | 37 | 2F | 0 | E | E7 | 3F | 3E |
| Octal | 142 | 165 | 333 | 67 | 57 | 0 | 16 | 347 | 77 | 76 |
| Binary | 1100010 | 1110101 | 11011011 | 110111 | 101111 | 0 | 1110 | 11100111 | 111111 | 111110 |
Color Harmonies of #6275DB
Complementary color
Monochromatic Colors of #6275DB
Black with #6275DB
Text Example
Text Example
White with #6275DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6275DB; }
p { color: rgb(98,117,219); }
H1.HeaderClassName
{
color: #6275DB;
}
.AnyTagClassName
{
color: #6275DB;
}
</style>
background-color css
<style>
a { background-color: #6275DB; }
a { background-color: rgb(98,117,219); }
div.DivClassName
{
background-color: #6275DB;
}
.BgClassName
{
background-color: #6275DB;
}
</style>
border-color css
<style>
span { border-color: #6275DB; }
span { border-color: rgb(98,117,219); }
td.TdClassName
{
border-color: #6275DB;
}
.TagClassName
{
border-color: #6275DB;
}
</style>