Shades of Medium Blue #060ECF
Tints of Medium Blue #060ECF
RGB
CMYK
RGB Variations
Color information
#060ECF (or 0x060ECF) is known color: Medium Blue. HEX triplet: 06, 0E and CF. RGB value is (6,14,207). Sum of RGB (Red+Green+Blue) = 6+14+207=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 207 (81.25% from 255 or 91.19% from 227); Max value from RGB is 207 - color contains mainly: blue. Hex color #060ECF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060ECF is #F9F130. Grayscale: #202020. Windows color (decimal): -16380209 or 13569542. OLE color: 13569542.
HSL color Cylindrical-coordinate representation of color #060ECF: hue angle of 237.61º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060ECF is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 14 | 207 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.19 |
| HSL | 237.61º | 0.94% | 0.42% | - |
| HSV(B) | 237.61º | 0.97% | 0.81% | - |
| XYZ | 11.49 | 4.86 | 59.36 | - |
| YUV | 33.61 | 225.85 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 207 | 0.97 | 0.93 | 0 | 0.19 | 237.61 | 0.94 | 0.42 |
| Hex | 6 | E | CF | 61 | 5D | 0 | 13 | EE | 5E | 2A |
| Octal | 6 | 16 | 317 | 141 | 135 | 0 | 23 | 356 | 136 | 52 |
| Binary | 110 | 1110 | 11001111 | 1100001 | 1011101 | 0 | 10011 | 11101110 | 1011110 | 101010 |
Color Harmonies of #060ECF
Complementary color
Monochromatic Colors of #060ECF
Black with #060ECF
Text Example
Text Example
White with #060ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060ECF; }
p { color: rgb(6,14,207); }
H1.HeaderClassName
{
color: #060ECF;
}
.AnyTagClassName
{
color: #060ECF;
}
</style>
background-color css
<style>
a { background-color: #060ECF; }
a { background-color: rgb(6,14,207); }
div.DivClassName
{
background-color: #060ECF;
}
.BgClassName
{
background-color: #060ECF;
}
</style>
border-color css
<style>
span { border-color: #060ECF; }
span { border-color: rgb(6,14,207); }
td.TdClassName
{
border-color: #060ECF;
}
.TagClassName
{
border-color: #060ECF;
}
</style>