Shades of Royal Blue #6271DC
Tints of Royal Blue #6271DC
RGB
CMYK
RGB Variations
Color information
#6271DC (or 0x6271DC) is known color: Royal Blue. HEX triplet: 62, 71 and DC. RGB value is (98,113,220). Sum of RGB (Red+Green+Blue) = 98+113+220=431 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.74% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #6271DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6271DC is #9D8E23. Grayscale: #787878. Windows color (decimal): -10325540 or 14446946. OLE color: 14446946.
HSL color Cylindrical-coordinate representation of color #6271DC: hue angle of 232.62º degrees, saturation: 0.64, 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 #6271DC is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 113 | 220 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.14 |
| HSL | 232.62º | 0.64% | 0.62% | - |
| HSV(B) | 232.62º | 0.55% | 0.86% | - |
| XYZ | 23.86 | 19.57 | 70.23 | - |
| YUV | 120.71 | 184.03 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 113 | 220 | 0.55 | 0.49 | 0 | 0.14 | 232.62 | 0.64 | 0.62 |
| Hex | 62 | 71 | DC | 37 | 31 | 0 | E | E9 | 40 | 3E |
| Octal | 142 | 161 | 334 | 67 | 61 | 0 | 16 | 351 | 100 | 76 |
| Binary | 1100010 | 1110001 | 11011100 | 110111 | 110001 | 0 | 1110 | 11101001 | 1000000 | 111110 |
Color Harmonies of #6271DC
Complementary color
Monochromatic Colors of #6271DC
Black with #6271DC
Text Example
Text Example
White with #6271DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6271DC; }
p { color: rgb(98,113,220); }
H1.HeaderClassName
{
color: #6271DC;
}
.AnyTagClassName
{
color: #6271DC;
}
</style>
background-color css
<style>
a { background-color: #6271DC; }
a { background-color: rgb(98,113,220); }
div.DivClassName
{
background-color: #6271DC;
}
.BgClassName
{
background-color: #6271DC;
}
</style>
border-color css
<style>
span { border-color: #6271DC; }
span { border-color: rgb(98,113,220); }
td.TdClassName
{
border-color: #6271DC;
}
.TagClassName
{
border-color: #6271DC;
}
</style>