Shades of Royal Blue #6276DC
Tints of Royal Blue #6276DC
RGB
CMYK
RGB Variations
Color information
#6276DC (or 0x6276DC) is known color: Royal Blue. HEX triplet: 62, 76 and DC. RGB value is (98,118,220). Sum of RGB (Red+Green+Blue) = 98+118+220=436 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.48% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #6276DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6276DC is #9D8923. Grayscale: #7B7B7B. Windows color (decimal): -10324260 or 14448226. OLE color: 14448226.
HSL color Cylindrical-coordinate representation of color #6276DC: hue angle of 230.16º 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 #6276DC is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 118 | 220 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.14 |
| HSL | 230.16º | 0.64% | 0.62% | - |
| HSV(B) | 230.16º | 0.55% | 0.86% | - |
| XYZ | 24.43 | 20.72 | 70.42 | - |
| YUV | 123.65 | 182.37 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 118 | 220 | 0.55 | 0.46 | 0 | 0.14 | 230.16 | 0.64 | 0.62 |
| Hex | 62 | 76 | DC | 37 | 2E | 0 | E | E6 | 40 | 3E |
| Octal | 142 | 166 | 334 | 67 | 56 | 0 | 16 | 346 | 100 | 76 |
| Binary | 1100010 | 1110110 | 11011100 | 110111 | 101110 | 0 | 1110 | 11100110 | 1000000 | 111110 |
Color Harmonies of #6276DC
Complementary color
Monochromatic Colors of #6276DC
Black with #6276DC
Text Example
Text Example
White with #6276DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6276DC; }
p { color: rgb(98,118,220); }
H1.HeaderClassName
{
color: #6276DC;
}
.AnyTagClassName
{
color: #6276DC;
}
</style>
background-color css
<style>
a { background-color: #6276DC; }
a { background-color: rgb(98,118,220); }
div.DivClassName
{
background-color: #6276DC;
}
.BgClassName
{
background-color: #6276DC;
}
</style>
border-color css
<style>
span { border-color: #6276DC; }
span { border-color: rgb(98,118,220); }
td.TdClassName
{
border-color: #6276DC;
}
.TagClassName
{
border-color: #6276DC;
}
</style>