Shades of Medium Blue #060CCC
Tints of Medium Blue #060CCC
RGB
CMYK
RGB Variations
Color information
#060CCC (or 0x060CCC) is known color: Medium Blue. HEX triplet: 06, 0C and CC. RGB value is (6,12,204). Sum of RGB (Red+Green+Blue) = 6+12+204=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 204 (80.08% from 255 or 91.89% from 222); Max value from RGB is 204 - color contains mainly: blue. Hex color #060CCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060CCC is #F9F333. Grayscale: #1F1F1F. Windows color (decimal): -16380724 or 13372422. OLE color: 13372422.
HSL color Cylindrical-coordinate representation of color #060CCC: hue angle of 238.18º 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 #060CCC is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 12 | 204 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.2 |
| HSL | 238.18º | 0.94% | 0.41% | - |
| HSV(B) | 238.18º | 0.97% | 0.8% | - |
| XYZ | 11.11 | 4.66 | 57.44 | - |
| YUV | 32.09 | 225.01 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 204 | 0.97 | 0.94 | 0 | 0.2 | 238.18 | 0.94 | 0.41 |
| Hex | 6 | C | CC | 61 | 5E | 0 | 14 | EE | 5E | 29 |
| Octal | 6 | 14 | 314 | 141 | 136 | 0 | 24 | 356 | 136 | 51 |
| Binary | 110 | 1100 | 11001100 | 1100001 | 1011110 | 0 | 10100 | 11101110 | 1011110 | 101001 |
Color Harmonies of #060CCC
Complementary color
Monochromatic Colors of #060CCC
Black with #060CCC
Text Example
Text Example
White with #060CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060CCC; }
p { color: rgb(6,12,204); }
H1.HeaderClassName
{
color: #060CCC;
}
.AnyTagClassName
{
color: #060CCC;
}
</style>
background-color css
<style>
a { background-color: #060CCC; }
a { background-color: rgb(6,12,204); }
div.DivClassName
{
background-color: #060CCC;
}
.BgClassName
{
background-color: #060CCC;
}
</style>
border-color css
<style>
span { border-color: #060CCC; }
span { border-color: rgb(6,12,204); }
td.TdClassName
{
border-color: #060CCC;
}
.TagClassName
{
border-color: #060CCC;
}
</style>