Shades of Royal Blue #6275DA
Tints of Royal Blue #6275DA
RGB
CMYK
RGB Variations
Color information
#6275DA (or 0x6275DA) is known color: Royal Blue. HEX triplet: 62, 75 and DA. RGB value is (98,117,218). Sum of RGB (Red+Green+Blue) = 98+117+218=433 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.63% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #6275DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6275DA is #9D8A25. Grayscale: #7A7A7A. Windows color (decimal): -10324518 or 14316898. OLE color: 14316898.
HSL color Cylindrical-coordinate representation of color #6275DA: hue angle of 230.5º 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 #6275DA is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 117 | 218 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.15 |
| HSL | 230.5º | 0.62% | 0.62% | - |
| HSV(B) | 230.5º | 0.55% | 0.85% | - |
| XYZ | 24.05 | 20.38 | 69 | - |
| YUV | 122.83 | 181.71 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 117 | 218 | 0.55 | 0.46 | 0 | 0.15 | 230.5 | 0.62 | 0.62 |
| Hex | 62 | 75 | DA | 37 | 2E | 0 | F | E6 | 3E | 3E |
| Octal | 142 | 165 | 332 | 67 | 56 | 0 | 17 | 346 | 76 | 76 |
| Binary | 1100010 | 1110101 | 11011010 | 110111 | 101110 | 0 | 1111 | 11100110 | 111110 | 111110 |
Color Harmonies of #6275DA
Complementary color
Monochromatic Colors of #6275DA
Black with #6275DA
Text Example
Text Example
White with #6275DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6275DA; }
p { color: rgb(98,117,218); }
H1.HeaderClassName
{
color: #6275DA;
}
.AnyTagClassName
{
color: #6275DA;
}
</style>
background-color css
<style>
a { background-color: #6275DA; }
a { background-color: rgb(98,117,218); }
div.DivClassName
{
background-color: #6275DA;
}
.BgClassName
{
background-color: #6275DA;
}
</style>
border-color css
<style>
span { border-color: #6275DA; }
span { border-color: rgb(98,117,218); }
td.TdClassName
{
border-color: #6275DA;
}
.TagClassName
{
border-color: #6275DA;
}
</style>