Shades of Medium Blue #060FCC
Tints of Medium Blue #060FCC
RGB
CMYK
RGB Variations
Color information
#060FCC (or 0x060FCC) is known color: Medium Blue. HEX triplet: 06, 0F and CC. RGB value is (6,15,204). Sum of RGB (Red+Green+Blue) = 6+15+204=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 204 (80.08% from 255 or 90.67% from 225); Max value from RGB is 204 - color contains mainly: blue. Hex color #060FCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060FCC is #F9F033. Grayscale: #212121. Windows color (decimal): -16379956 or 13373190. OLE color: 13373190.
HSL color Cylindrical-coordinate representation of color #060FCC: hue angle of 237.27º 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 #060FCC is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 15 | 204 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.2 |
| HSL | 237.27º | 0.94% | 0.41% | - |
| HSV(B) | 237.27º | 0.97% | 0.8% | - |
| XYZ | 11.15 | 4.74 | 57.45 | - |
| YUV | 33.86 | 224.02 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 15 | 204 | 0.97 | 0.93 | 0 | 0.2 | 237.27 | 0.94 | 0.41 |
| Hex | 6 | F | CC | 61 | 5D | 0 | 14 | ED | 5E | 29 |
| Octal | 6 | 17 | 314 | 141 | 135 | 0 | 24 | 355 | 136 | 51 |
| Binary | 110 | 1111 | 11001100 | 1100001 | 1011101 | 0 | 10100 | 11101101 | 1011110 | 101001 |
Color Harmonies of #060FCC
Complementary color
Monochromatic Colors of #060FCC
Black with #060FCC
Text Example
Text Example
White with #060FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060FCC; }
p { color: rgb(6,15,204); }
H1.HeaderClassName
{
color: #060FCC;
}
.AnyTagClassName
{
color: #060FCC;
}
</style>
background-color css
<style>
a { background-color: #060FCC; }
a { background-color: rgb(6,15,204); }
div.DivClassName
{
background-color: #060FCC;
}
.BgClassName
{
background-color: #060FCC;
}
</style>
border-color css
<style>
span { border-color: #060FCC; }
span { border-color: rgb(6,15,204); }
td.TdClassName
{
border-color: #060FCC;
}
.TagClassName
{
border-color: #060FCC;
}
</style>