Shades of Medium Blue #060CE3
Tints of Medium Blue #060CE3
RGB
CMYK
RGB Variations
Color information
#060CE3 (or 0x060CE3) is known color: Medium Blue. HEX triplet: 06, 0C and E3. RGB value is (6,12,227). Sum of RGB (Red+Green+Blue) = 6+12+227=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 227 (89.06% from 255 or 92.65% from 245); Max value from RGB is 227 - color contains mainly: blue. Hex color #060CE3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060CE3 is #F9F31C. Grayscale: #212121. Windows color (decimal): -16380701 or 14879750. OLE color: 14879750.
HSL color Cylindrical-coordinate representation of color #060CE3: hue angle of 238.37º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060CE3 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 12 | 227 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.11 |
| HSL | 238.37º | 0.95% | 0.46% | - |
| HSV(B) | 238.37º | 0.97% | 0.89% | - |
| XYZ | 14.07 | 5.85 | 73.06 | - |
| YUV | 34.72 | 236.51 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 227 | 0.97 | 0.95 | 0 | 0.11 | 238.37 | 0.95 | 0.46 |
| Hex | 6 | C | E3 | 61 | 5F | 0 | B | EE | 5F | 2E |
| Octal | 6 | 14 | 343 | 141 | 137 | 0 | 13 | 356 | 137 | 56 |
| Binary | 110 | 1100 | 11100011 | 1100001 | 1011111 | 0 | 1011 | 11101110 | 1011111 | 101110 |
Color Harmonies of #060CE3
Complementary color
Monochromatic Colors of #060CE3
Black with #060CE3
Text Example
Text Example
White with #060CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060CE3; }
p { color: rgb(6,12,227); }
H1.HeaderClassName
{
color: #060CE3;
}
.AnyTagClassName
{
color: #060CE3;
}
</style>
background-color css
<style>
a { background-color: #060CE3; }
a { background-color: rgb(6,12,227); }
div.DivClassName
{
background-color: #060CE3;
}
.BgClassName
{
background-color: #060CE3;
}
</style>
border-color css
<style>
span { border-color: #060CE3; }
span { border-color: rgb(6,12,227); }
td.TdClassName
{
border-color: #060CE3;
}
.TagClassName
{
border-color: #060CE3;
}
</style>