Shades of Medium Blue #060CC0
Tints of Medium Blue #060CC0
RGB
CMYK
RGB Variations
Color information
#060CC0 (or 0x060CC0) is known color: Medium Blue. HEX triplet: 06, 0C and C0. RGB value is (6,12,192). Sum of RGB (Red+Green+Blue) = 6+12+192=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 192 (75.39% from 255 or 91.43% from 210); Max value from RGB is 192 - color contains mainly: blue. Hex color #060CC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060CC0 is #F9F33F. Grayscale: #1E1E1E. Windows color (decimal): -16380736 or 12585990. OLE color: 12585990.
HSL color Cylindrical-coordinate representation of color #060CC0: hue angle of 238.06º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060CC0 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 12 | 192 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.25 |
| HSL | 238.06º | 0.94% | 0.39% | - |
| HSV(B) | 238.06º | 0.97% | 0.75% | - |
| XYZ | 9.72 | 4.11 | 50.15 | - |
| YUV | 30.73 | 219.01 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 192 | 0.97 | 0.94 | 0 | 0.25 | 238.06 | 0.94 | 0.39 |
| Hex | 6 | C | C0 | 61 | 5E | 0 | 19 | EE | 5E | 27 |
| Octal | 6 | 14 | 300 | 141 | 136 | 0 | 31 | 356 | 136 | 47 |
| Binary | 110 | 1100 | 11000000 | 1100001 | 1011110 | 0 | 11001 | 11101110 | 1011110 | 100111 |
Color Harmonies of #060CC0
Complementary color
Monochromatic Colors of #060CC0
Black with #060CC0
Text Example
Text Example
White with #060CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060CC0; }
p { color: rgb(6,12,192); }
H1.HeaderClassName
{
color: #060CC0;
}
.AnyTagClassName
{
color: #060CC0;
}
</style>
background-color css
<style>
a { background-color: #060CC0; }
a { background-color: rgb(6,12,192); }
div.DivClassName
{
background-color: #060CC0;
}
.BgClassName
{
background-color: #060CC0;
}
</style>
border-color css
<style>
span { border-color: #060CC0; }
span { border-color: rgb(6,12,192); }
td.TdClassName
{
border-color: #060CC0;
}
.TagClassName
{
border-color: #060CC0;
}
</style>