Shades of Medium Blue #0616BC
Tints of Medium Blue #0616BC
RGB
CMYK
RGB Variations
Color information
#0616BC (or 0x0616BC) is known color: Medium Blue. HEX triplet: 06, 16 and BC. RGB value is (6,22,188). Sum of RGB (Red+Green+Blue) = 6+22+188=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 188 (73.83% from 255 or 87.04% from 216); Max value from RGB is 188 - color contains mainly: blue. Hex color #0616BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0616BC is #F9E943. Grayscale: #232323. Windows color (decimal): -16378180 or 12326406. OLE color: 12326406.
HSL color Cylindrical-coordinate representation of color #0616BC: hue angle of 234.73º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0616BC is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 22 | 188 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.26 |
| HSL | 234.73º | 0.94% | 0.38% | - |
| HSV(B) | 234.73º | 0.97% | 0.74% | - |
| XYZ | 9.44 | 4.24 | 47.9 | - |
| YUV | 36.14 | 213.7 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 188 | 0.97 | 0.88 | 0 | 0.26 | 234.73 | 0.94 | 0.38 |
| Hex | 6 | 16 | BC | 61 | 58 | 0 | 1A | EB | 5E | 26 |
| Octal | 6 | 26 | 274 | 141 | 130 | 0 | 32 | 353 | 136 | 46 |
| Binary | 110 | 10110 | 10111100 | 1100001 | 1011000 | 0 | 11010 | 11101011 | 1011110 | 100110 |
Color Harmonies of #0616BC
Complementary color
Monochromatic Colors of #0616BC
Black with #0616BC
Text Example
Text Example
White with #0616BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0616BC; }
p { color: rgb(6,22,188); }
H1.HeaderClassName
{
color: #0616BC;
}
.AnyTagClassName
{
color: #0616BC;
}
</style>
background-color css
<style>
a { background-color: #0616BC; }
a { background-color: rgb(6,22,188); }
div.DivClassName
{
background-color: #0616BC;
}
.BgClassName
{
background-color: #0616BC;
}
</style>
border-color css
<style>
span { border-color: #0616BC; }
span { border-color: rgb(6,22,188); }
td.TdClassName
{
border-color: #0616BC;
}
.TagClassName
{
border-color: #0616BC;
}
</style>