Shades of Medium Blue #0614C0
Tints of Medium Blue #0614C0
RGB
CMYK
RGB Variations
Color information
#0614C0 (or 0x0614C0) is known color: Medium Blue. HEX triplet: 06, 14 and C0. RGB value is (6,20,192). Sum of RGB (Red+Green+Blue) = 6+20+192=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 192 (75.39% from 255 or 88.07% from 218); Max value from RGB is 192 - color contains mainly: blue. Hex color #0614C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0614C0 is #F9EB3F. Grayscale: #222222. Windows color (decimal): -16378688 or 12588038. OLE color: 12588038.
HSL color Cylindrical-coordinate representation of color #0614C0: hue angle of 235.48º 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 #0614C0 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 20 | 192 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.25 |
| HSL | 235.48º | 0.94% | 0.39% | - |
| HSV(B) | 235.48º | 0.97% | 0.75% | - |
| XYZ | 9.84 | 4.34 | 50.19 | - |
| YUV | 35.42 | 216.36 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 192 | 0.97 | 0.90 | 0 | 0.25 | 235.48 | 0.94 | 0.39 |
| Hex | 6 | 14 | C0 | 61 | 5A | 0 | 19 | EB | 5E | 27 |
| Octal | 6 | 24 | 300 | 141 | 132 | 0 | 31 | 353 | 136 | 47 |
| Binary | 110 | 10100 | 11000000 | 1100001 | 1011010 | 0 | 11001 | 11101011 | 1011110 | 100111 |
Color Harmonies of #0614C0
Complementary color
Monochromatic Colors of #0614C0
Black with #0614C0
Text Example
Text Example
White with #0614C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0614C0; }
p { color: rgb(6,20,192); }
H1.HeaderClassName
{
color: #0614C0;
}
.AnyTagClassName
{
color: #0614C0;
}
</style>
background-color css
<style>
a { background-color: #0614C0; }
a { background-color: rgb(6,20,192); }
div.DivClassName
{
background-color: #0614C0;
}
.BgClassName
{
background-color: #0614C0;
}
</style>
border-color css
<style>
span { border-color: #0614C0; }
span { border-color: rgb(6,20,192); }
td.TdClassName
{
border-color: #0614C0;
}
.TagClassName
{
border-color: #0614C0;
}
</style>