Shades of Medium Blue #0616B6
Tints of Medium Blue #0616B6
RGB
CMYK
RGB Variations
Color information
#0616B6 (or 0x0616B6) is known color: Medium Blue. HEX triplet: 06, 16 and B6. RGB value is (6,22,182). Sum of RGB (Red+Green+Blue) = 6+22+182=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 182 (71.48% from 255 or 86.67% from 210); Max value from RGB is 182 - color contains mainly: blue. Hex color #0616B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0616B6 is #F9E949. Grayscale: #222222. Windows color (decimal): -16378186 or 11933190. OLE color: 11933190.
HSL color Cylindrical-coordinate representation of color #0616B6: hue angle of 234.55º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0616B6 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 22 | 182 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.29 |
| HSL | 234.55º | 0.94% | 0.37% | - |
| HSV(B) | 234.55º | 0.97% | 0.71% | - |
| XYZ | 8.81 | 3.99 | 44.56 | - |
| YUV | 35.46 | 210.7 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 182 | 0.97 | 0.88 | 0 | 0.29 | 234.55 | 0.94 | 0.37 |
| Hex | 6 | 16 | B6 | 61 | 58 | 0 | 1D | EB | 5E | 25 |
| Octal | 6 | 26 | 266 | 141 | 130 | 0 | 35 | 353 | 136 | 45 |
| Binary | 110 | 10110 | 10110110 | 1100001 | 1011000 | 0 | 11101 | 11101011 | 1011110 | 100101 |
Color Harmonies of #0616B6
Complementary color
Monochromatic Colors of #0616B6
Black with #0616B6
Text Example
Text Example
White with #0616B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0616B6; }
p { color: rgb(6,22,182); }
H1.HeaderClassName
{
color: #0616B6;
}
.AnyTagClassName
{
color: #0616B6;
}
</style>
background-color css
<style>
a { background-color: #0616B6; }
a { background-color: rgb(6,22,182); }
div.DivClassName
{
background-color: #0616B6;
}
.BgClassName
{
background-color: #0616B6;
}
</style>
border-color css
<style>
span { border-color: #0616B6; }
span { border-color: rgb(6,22,182); }
td.TdClassName
{
border-color: #0616B6;
}
.TagClassName
{
border-color: #0616B6;
}
</style>