Shades of Medium Blue #060ECB
Tints of Medium Blue #060ECB
RGB
CMYK
RGB Variations
Color information
#060ECB (or 0x060ECB) is known color: Medium Blue. HEX triplet: 06, 0E and CB. RGB value is (6,14,203). Sum of RGB (Red+Green+Blue) = 6+14+203=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 203 (79.69% from 255 or 91.03% from 223); Max value from RGB is 203 - color contains mainly: blue. Hex color #060ECB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060ECB is #F9F134. Grayscale: #202020. Windows color (decimal): -16380213 or 13307398. OLE color: 13307398.
HSL color Cylindrical-coordinate representation of color #060ECB: hue angle of 237.56º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060ECB is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 14 | 203 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.20 |
| HSL | 237.56º | 0.94% | 0.41% | - |
| HSV(B) | 237.56º | 0.97% | 0.8% | - |
| XYZ | 11.01 | 4.66 | 56.82 | - |
| YUV | 33.15 | 223.85 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 203 | 0.97 | 0.93 | 0 | 0.20 | 237.56 | 0.94 | 0.41 |
| Hex | 6 | E | CB | 61 | 5D | 0 | 14 | EE | 5E | 29 |
| Octal | 6 | 16 | 313 | 141 | 135 | 0 | 24 | 356 | 136 | 51 |
| Binary | 110 | 1110 | 11001011 | 1100001 | 1011101 | 0 | 10100 | 11101110 | 1011110 | 101001 |
Color Harmonies of #060ECB
Complementary color
Monochromatic Colors of #060ECB
Black with #060ECB
Text Example
Text Example
White with #060ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060ECB; }
p { color: rgb(6,14,203); }
H1.HeaderClassName
{
color: #060ECB;
}
.AnyTagClassName
{
color: #060ECB;
}
</style>
background-color css
<style>
a { background-color: #060ECB; }
a { background-color: rgb(6,14,203); }
div.DivClassName
{
background-color: #060ECB;
}
.BgClassName
{
background-color: #060ECB;
}
</style>
border-color css
<style>
span { border-color: #060ECB; }
span { border-color: rgb(6,14,203); }
td.TdClassName
{
border-color: #060ECB;
}
.TagClassName
{
border-color: #060ECB;
}
</style>