Shades of Medium Blue #0615C0
Tints of Medium Blue #0615C0
RGB
CMYK
RGB Variations
Color information
#0615C0 (or 0x0615C0) is known color: Medium Blue. HEX triplet: 06, 15 and C0. RGB value is (6,21,192). Sum of RGB (Red+Green+Blue) = 6+21+192=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 192 (75.39% from 255 or 87.67% from 219); Max value from RGB is 192 - color contains mainly: blue. Hex color #0615C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0615C0 is #F9EA3F. Grayscale: #232323. Windows color (decimal): -16378432 or 12588294. OLE color: 12588294.
HSL color Cylindrical-coordinate representation of color #0615C0: hue angle of 235.16º 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 #0615C0 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 21 | 192 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.25 |
| HSL | 235.16º | 0.94% | 0.39% | - |
| HSV(B) | 235.16º | 0.97% | 0.75% | - |
| XYZ | 9.86 | 4.38 | 50.2 | - |
| YUV | 36.01 | 216.03 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 192 | 0.97 | 0.89 | 0 | 0.25 | 235.16 | 0.94 | 0.39 |
| Hex | 6 | 15 | C0 | 61 | 59 | 0 | 19 | EB | 5E | 27 |
| Octal | 6 | 25 | 300 | 141 | 131 | 0 | 31 | 353 | 136 | 47 |
| Binary | 110 | 10101 | 11000000 | 1100001 | 1011001 | 0 | 11001 | 11101011 | 1011110 | 100111 |
Color Harmonies of #0615C0
Complementary color
Monochromatic Colors of #0615C0
Black with #0615C0
Text Example
Text Example
White with #0615C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0615C0; }
p { color: rgb(6,21,192); }
H1.HeaderClassName
{
color: #0615C0;
}
.AnyTagClassName
{
color: #0615C0;
}
</style>
background-color css
<style>
a { background-color: #0615C0; }
a { background-color: rgb(6,21,192); }
div.DivClassName
{
background-color: #0615C0;
}
.BgClassName
{
background-color: #0615C0;
}
</style>
border-color css
<style>
span { border-color: #0615C0; }
span { border-color: rgb(6,21,192); }
td.TdClassName
{
border-color: #0615C0;
}
.TagClassName
{
border-color: #0615C0;
}
</style>