Shades of Medium Blue #060ECC
Tints of Medium Blue #060ECC
RGB
CMYK
RGB Variations
Color information
#060ECC (or 0x060ECC) is known color: Medium Blue. HEX triplet: 06, 0E and CC. RGB value is (6,14,204). Sum of RGB (Red+Green+Blue) = 6+14+204=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 204 (80.08% from 255 or 91.07% from 224); Max value from RGB is 204 - color contains mainly: blue. Hex color #060ECC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060ECC is #F9F133. Grayscale: #202020. Windows color (decimal): -16380212 or 13372934. OLE color: 13372934.
HSL color Cylindrical-coordinate representation of color #060ECC: hue angle of 237.58º 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 #060ECC is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 14 | 204 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.2 |
| HSL | 237.58º | 0.94% | 0.41% | - |
| HSV(B) | 237.58º | 0.97% | 0.8% | - |
| XYZ | 11.13 | 4.71 | 57.45 | - |
| YUV | 33.27 | 224.35 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 204 | 0.97 | 0.93 | 0 | 0.2 | 237.58 | 0.94 | 0.41 |
| Hex | 6 | E | CC | 61 | 5D | 0 | 14 | EE | 5E | 29 |
| Octal | 6 | 16 | 314 | 141 | 135 | 0 | 24 | 356 | 136 | 51 |
| Binary | 110 | 1110 | 11001100 | 1100001 | 1011101 | 0 | 10100 | 11101110 | 1011110 | 101001 |
Color Harmonies of #060ECC
Complementary color
Monochromatic Colors of #060ECC
Black with #060ECC
Text Example
Text Example
White with #060ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060ECC; }
p { color: rgb(6,14,204); }
H1.HeaderClassName
{
color: #060ECC;
}
.AnyTagClassName
{
color: #060ECC;
}
</style>
background-color css
<style>
a { background-color: #060ECC; }
a { background-color: rgb(6,14,204); }
div.DivClassName
{
background-color: #060ECC;
}
.BgClassName
{
background-color: #060ECC;
}
</style>
border-color css
<style>
span { border-color: #060ECC; }
span { border-color: rgb(6,14,204); }
td.TdClassName
{
border-color: #060ECC;
}
.TagClassName
{
border-color: #060ECC;
}
</style>