Shades of Medium Blue #060CCB
Tints of Medium Blue #060CCB
RGB
CMYK
RGB Variations
Color information
#060CCB (or 0x060CCB) is known color: Medium Blue. HEX triplet: 06, 0C and CB. RGB value is (6,12,203). Sum of RGB (Red+Green+Blue) = 6+12+203=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 203 (79.69% from 255 or 91.86% from 221); Max value from RGB is 203 - color contains mainly: blue. Hex color #060CCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060CCB is #F9F334. Grayscale: #1F1F1F. Windows color (decimal): -16380725 or 13306886. OLE color: 13306886.
HSL color Cylindrical-coordinate representation of color #060CCB: hue angle of 238.17º 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 #060CCB is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 12 | 203 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.20 |
| HSL | 238.17º | 0.94% | 0.41% | - |
| HSV(B) | 238.17º | 0.97% | 0.8% | - |
| XYZ | 10.99 | 4.61 | 56.81 | - |
| YUV | 31.98 | 224.51 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 203 | 0.97 | 0.94 | 0 | 0.20 | 238.17 | 0.94 | 0.41 |
| Hex | 6 | C | CB | 61 | 5E | 0 | 14 | EE | 5E | 29 |
| Octal | 6 | 14 | 313 | 141 | 136 | 0 | 24 | 356 | 136 | 51 |
| Binary | 110 | 1100 | 11001011 | 1100001 | 1011110 | 0 | 10100 | 11101110 | 1011110 | 101001 |
Color Harmonies of #060CCB
Complementary color
Monochromatic Colors of #060CCB
Black with #060CCB
Text Example
Text Example
White with #060CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060CCB; }
p { color: rgb(6,12,203); }
H1.HeaderClassName
{
color: #060CCB;
}
.AnyTagClassName
{
color: #060CCB;
}
</style>
background-color css
<style>
a { background-color: #060CCB; }
a { background-color: rgb(6,12,203); }
div.DivClassName
{
background-color: #060CCB;
}
.BgClassName
{
background-color: #060CCB;
}
</style>
border-color css
<style>
span { border-color: #060CCB; }
span { border-color: rgb(6,12,203); }
td.TdClassName
{
border-color: #060CCB;
}
.TagClassName
{
border-color: #060CCB;
}
</style>