Shades of Royal Blue #6272DE
Tints of Royal Blue #6272DE
RGB
CMYK
RGB Variations
Color information
#6272DE (or 0x6272DE) is known color: Royal Blue. HEX triplet: 62, 72 and DE. RGB value is (98,114,222). Sum of RGB (Red+Green+Blue) = 98+114+222=434 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.58% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #6272DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6272DE is #9D8D21. Grayscale: #797979. Windows color (decimal): -10325282 or 14578274. OLE color: 14578274.
HSL color Cylindrical-coordinate representation of color #6272DE: hue angle of 232.26º degrees, saturation: 0.65, 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 #6272DE is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 114 | 222 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.13 |
| HSL | 232.26º | 0.65% | 0.63% | - |
| HSV(B) | 232.26º | 0.56% | 0.87% | - |
| XYZ | 24.24 | 19.91 | 71.67 | - |
| YUV | 121.53 | 184.7 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 114 | 222 | 0.56 | 0.49 | 0 | 0.13 | 232.26 | 0.65 | 0.63 |
| Hex | 62 | 72 | DE | 38 | 31 | 0 | D | E8 | 41 | 3F |
| Octal | 142 | 162 | 336 | 70 | 61 | 0 | 15 | 350 | 101 | 77 |
| Binary | 1100010 | 1110010 | 11011110 | 111000 | 110001 | 0 | 1101 | 11101000 | 1000001 | 111111 |
Color Harmonies of #6272DE
Complementary color
Monochromatic Colors of #6272DE
Black with #6272DE
Text Example
Text Example
White with #6272DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6272DE; }
p { color: rgb(98,114,222); }
H1.HeaderClassName
{
color: #6272DE;
}
.AnyTagClassName
{
color: #6272DE;
}
</style>
background-color css
<style>
a { background-color: #6272DE; }
a { background-color: rgb(98,114,222); }
div.DivClassName
{
background-color: #6272DE;
}
.BgClassName
{
background-color: #6272DE;
}
</style>
border-color css
<style>
span { border-color: #6272DE; }
span { border-color: rgb(98,114,222); }
td.TdClassName
{
border-color: #6272DE;
}
.TagClassName
{
border-color: #6272DE;
}
</style>