Shades of Medium Blue #060EC3
Tints of Medium Blue #060EC3
RGB
CMYK
RGB Variations
Color information
#060EC3 (or 0x060EC3) is known color: Medium Blue. HEX triplet: 06, 0E and C3. RGB value is (6,14,195). Sum of RGB (Red+Green+Blue) = 6+14+195=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 195 (76.56% from 255 or 90.70% from 215); Max value from RGB is 195 - color contains mainly: blue. Hex color #060EC3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060EC3 is #F9F13C. Grayscale: #1F1F1F. Windows color (decimal): -16380221 or 12783110. OLE color: 12783110.
HSL color Cylindrical-coordinate representation of color #060EC3: hue angle of 237.46º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060EC3 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 14 | 195 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.24 |
| HSL | 237.46º | 0.94% | 0.39% | - |
| HSV(B) | 237.46º | 0.97% | 0.76% | - |
| XYZ | 10.08 | 4.29 | 51.93 | - |
| YUV | 32.24 | 219.85 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 195 | 0.97 | 0.93 | 0 | 0.24 | 237.46 | 0.94 | 0.39 |
| Hex | 6 | E | C3 | 61 | 5D | 0 | 18 | ED | 5E | 27 |
| Octal | 6 | 16 | 303 | 141 | 135 | 0 | 30 | 355 | 136 | 47 |
| Binary | 110 | 1110 | 11000011 | 1100001 | 1011101 | 0 | 11000 | 11101101 | 1011110 | 100111 |
Color Harmonies of #060EC3
Complementary color
Monochromatic Colors of #060EC3
Black with #060EC3
Text Example
Text Example
White with #060EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060EC3; }
p { color: rgb(6,14,195); }
H1.HeaderClassName
{
color: #060EC3;
}
.AnyTagClassName
{
color: #060EC3;
}
</style>
background-color css
<style>
a { background-color: #060EC3; }
a { background-color: rgb(6,14,195); }
div.DivClassName
{
background-color: #060EC3;
}
.BgClassName
{
background-color: #060EC3;
}
</style>
border-color css
<style>
span { border-color: #060EC3; }
span { border-color: rgb(6,14,195); }
td.TdClassName
{
border-color: #060EC3;
}
.TagClassName
{
border-color: #060EC3;
}
</style>