Shades of Medium Blue #0616BE
Tints of Medium Blue #0616BE
RGB
CMYK
RGB Variations
Color information
#0616BE (or 0x0616BE) is known color: Medium Blue. HEX triplet: 06, 16 and BE. RGB value is (6,22,190). Sum of RGB (Red+Green+Blue) = 6+22+190=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 190 (74.61% from 255 or 87.16% from 218); Max value from RGB is 190 - color contains mainly: blue. Hex color #0616BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0616BE is #F9E941. Grayscale: #232323. Windows color (decimal): -16378178 or 12457478. OLE color: 12457478.
HSL color Cylindrical-coordinate representation of color #0616BE: hue angle of 234.78º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0616BE is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 22 | 190 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.25 |
| HSL | 234.78º | 0.94% | 0.38% | - |
| HSV(B) | 234.78º | 0.97% | 0.75% | - |
| XYZ | 9.66 | 4.33 | 49.04 | - |
| YUV | 36.37 | 214.7 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 190 | 0.97 | 0.88 | 0 | 0.25 | 234.78 | 0.94 | 0.38 |
| Hex | 6 | 16 | BE | 61 | 58 | 0 | 19 | EB | 5E | 26 |
| Octal | 6 | 26 | 276 | 141 | 130 | 0 | 31 | 353 | 136 | 46 |
| Binary | 110 | 10110 | 10111110 | 1100001 | 1011000 | 0 | 11001 | 11101011 | 1011110 | 100110 |
Color Harmonies of #0616BE
Complementary color
Monochromatic Colors of #0616BE
Black with #0616BE
Text Example
Text Example
White with #0616BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0616BE; }
p { color: rgb(6,22,190); }
H1.HeaderClassName
{
color: #0616BE;
}
.AnyTagClassName
{
color: #0616BE;
}
</style>
background-color css
<style>
a { background-color: #0616BE; }
a { background-color: rgb(6,22,190); }
div.DivClassName
{
background-color: #0616BE;
}
.BgClassName
{
background-color: #0616BE;
}
</style>
border-color css
<style>
span { border-color: #0616BE; }
span { border-color: rgb(6,22,190); }
td.TdClassName
{
border-color: #0616BE;
}
.TagClassName
{
border-color: #0616BE;
}
</style>