Shades of Medium Blue #0616C0
Tints of Medium Blue #0616C0
RGB
CMYK
RGB Variations
Color information
#0616C0 (or 0x0616C0) is known color: Medium Blue. HEX triplet: 06, 16 and C0. RGB value is (6,22,192). Sum of RGB (Red+Green+Blue) = 6+22+192=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 192 (75.39% from 255 or 87.27% from 220); Max value from RGB is 192 - color contains mainly: blue. Hex color #0616C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0616C0 is #F9E93F. Grayscale: #232323. Windows color (decimal): -16378176 or 12588550. OLE color: 12588550.
HSL color Cylindrical-coordinate representation of color #0616C0: hue angle of 234.84º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0616C0 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 22 | 192 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.25 |
| HSL | 234.84º | 0.94% | 0.39% | - |
| HSV(B) | 234.84º | 0.97% | 0.75% | - |
| XYZ | 9.88 | 4.42 | 50.2 | - |
| YUV | 36.6 | 215.7 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 192 | 0.97 | 0.89 | 0 | 0.25 | 234.84 | 0.94 | 0.39 |
| Hex | 6 | 16 | C0 | 61 | 59 | 0 | 19 | EB | 5E | 27 |
| Octal | 6 | 26 | 300 | 141 | 131 | 0 | 31 | 353 | 136 | 47 |
| Binary | 110 | 10110 | 11000000 | 1100001 | 1011001 | 0 | 11001 | 11101011 | 1011110 | 100111 |
Color Harmonies of #0616C0
Complementary color
Monochromatic Colors of #0616C0
Black with #0616C0
Text Example
Text Example
White with #0616C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0616C0; }
p { color: rgb(6,22,192); }
H1.HeaderClassName
{
color: #0616C0;
}
.AnyTagClassName
{
color: #0616C0;
}
</style>
background-color css
<style>
a { background-color: #0616C0; }
a { background-color: rgb(6,22,192); }
div.DivClassName
{
background-color: #0616C0;
}
.BgClassName
{
background-color: #0616C0;
}
</style>
border-color css
<style>
span { border-color: #0616C0; }
span { border-color: rgb(6,22,192); }
td.TdClassName
{
border-color: #0616C0;
}
.TagClassName
{
border-color: #0616C0;
}
</style>