Shades of Royal Blue #6275DF
Tints of Royal Blue #6275DF
RGB
CMYK
RGB Variations
Color information
#6275DF (or 0x6275DF) is known color: Royal Blue. HEX triplet: 62, 75 and DF. RGB value is (98,117,223). Sum of RGB (Red+Green+Blue) = 98+117+223=438 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.37% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #6275DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6275DF is #9D8A20. Grayscale: #7A7A7A. Windows color (decimal): -10324513 or 14644578. OLE color: 14644578.
HSL color Cylindrical-coordinate representation of color #6275DF: hue angle of 230.88º 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 #6275DF is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 117 | 223 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.13 |
| HSL | 230.88º | 0.66% | 0.63% | - |
| HSV(B) | 230.88º | 0.56% | 0.87% | - |
| XYZ | 24.72 | 20.65 | 72.49 | - |
| YUV | 123.4 | 184.21 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 117 | 223 | 0.56 | 0.48 | 0 | 0.13 | 230.88 | 0.66 | 0.63 |
| Hex | 62 | 75 | DF | 38 | 30 | 0 | D | E7 | 42 | 3F |
| Octal | 142 | 165 | 337 | 70 | 60 | 0 | 15 | 347 | 102 | 77 |
| Binary | 1100010 | 1110101 | 11011111 | 111000 | 110000 | 0 | 1101 | 11100111 | 1000010 | 111111 |
Color Harmonies of #6275DF
Complementary color
Monochromatic Colors of #6275DF
Black with #6275DF
Text Example
Text Example
White with #6275DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6275DF; }
p { color: rgb(98,117,223); }
H1.HeaderClassName
{
color: #6275DF;
}
.AnyTagClassName
{
color: #6275DF;
}
</style>
background-color css
<style>
a { background-color: #6275DF; }
a { background-color: rgb(98,117,223); }
div.DivClassName
{
background-color: #6275DF;
}
.BgClassName
{
background-color: #6275DF;
}
</style>
border-color css
<style>
span { border-color: #6275DF; }
span { border-color: rgb(98,117,223); }
td.TdClassName
{
border-color: #6275DF;
}
.TagClassName
{
border-color: #6275DF;
}
</style>