Shades of Medium Blue #060ECE
Tints of Medium Blue #060ECE
RGB
CMYK
RGB Variations
Color information
#060ECE (or 0x060ECE) is known color: Medium Blue. HEX triplet: 06, 0E and CE. RGB value is (6,14,206). Sum of RGB (Red+Green+Blue) = 6+14+206=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 206 (80.86% from 255 or 91.15% from 226); Max value from RGB is 206 - color contains mainly: blue. Hex color #060ECE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060ECE is #F9F131. Grayscale: #202020. Windows color (decimal): -16380210 or 13504006. OLE color: 13504006.
HSL color Cylindrical-coordinate representation of color #060ECE: hue angle of 237.6º 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 #060ECE is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 14 | 206 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.19 |
| HSL | 237.6º | 0.94% | 0.42% | - |
| HSV(B) | 237.6º | 0.97% | 0.81% | - |
| XYZ | 11.37 | 4.81 | 58.72 | - |
| YUV | 33.5 | 225.35 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 206 | 0.97 | 0.93 | 0 | 0.19 | 237.6 | 0.94 | 0.42 |
| Hex | 6 | E | CE | 61 | 5D | 0 | 13 | EE | 5E | 2A |
| Octal | 6 | 16 | 316 | 141 | 135 | 0 | 23 | 356 | 136 | 52 |
| Binary | 110 | 1110 | 11001110 | 1100001 | 1011101 | 0 | 10011 | 11101110 | 1011110 | 101010 |
Color Harmonies of #060ECE
Complementary color
Monochromatic Colors of #060ECE
Black with #060ECE
Text Example
Text Example
White with #060ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060ECE; }
p { color: rgb(6,14,206); }
H1.HeaderClassName
{
color: #060ECE;
}
.AnyTagClassName
{
color: #060ECE;
}
</style>
background-color css
<style>
a { background-color: #060ECE; }
a { background-color: rgb(6,14,206); }
div.DivClassName
{
background-color: #060ECE;
}
.BgClassName
{
background-color: #060ECE;
}
</style>
border-color css
<style>
span { border-color: #060ECE; }
span { border-color: rgb(6,14,206); }
td.TdClassName
{
border-color: #060ECE;
}
.TagClassName
{
border-color: #060ECE;
}
</style>