Shades of Medium Blue #060BCB
Tints of Medium Blue #060BCB
RGB
CMYK
RGB Variations
Color information
#060BCB (or 0x060BCB) is known color: Medium Blue. HEX triplet: 06, 0B and CB. RGB value is (6,11,203). Sum of RGB (Red+Green+Blue) = 6+11+203=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 203 (79.69% from 255 or 92.27% from 220); Max value from RGB is 203 - color contains mainly: blue. Hex color #060BCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060BCB is #F9F434. Grayscale: #1E1E1E. Windows color (decimal): -16380981 or 13306630. OLE color: 13306630.
HSL color Cylindrical-coordinate representation of color #060BCB: hue angle of 238.48º 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 #060BCB is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 11 | 203 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.20 |
| HSL | 238.48º | 0.94% | 0.41% | - |
| HSV(B) | 238.48º | 0.97% | 0.8% | - |
| XYZ | 10.97 | 4.59 | 56.81 | - |
| YUV | 31.39 | 224.84 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 203 | 0.97 | 0.95 | 0 | 0.20 | 238.48 | 0.94 | 0.41 |
| Hex | 6 | B | CB | 61 | 5F | 0 | 14 | EE | 5E | 29 |
| Octal | 6 | 13 | 313 | 141 | 137 | 0 | 24 | 356 | 136 | 51 |
| Binary | 110 | 1011 | 11001011 | 1100001 | 1011111 | 0 | 10100 | 11101110 | 1011110 | 101001 |
Color Harmonies of #060BCB
Complementary color
Monochromatic Colors of #060BCB
Black with #060BCB
Text Example
Text Example
White with #060BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060BCB; }
p { color: rgb(6,11,203); }
H1.HeaderClassName
{
color: #060BCB;
}
.AnyTagClassName
{
color: #060BCB;
}
</style>
background-color css
<style>
a { background-color: #060BCB; }
a { background-color: rgb(6,11,203); }
div.DivClassName
{
background-color: #060BCB;
}
.BgClassName
{
background-color: #060BCB;
}
</style>
border-color css
<style>
span { border-color: #060BCB; }
span { border-color: rgb(6,11,203); }
td.TdClassName
{
border-color: #060BCB;
}
.TagClassName
{
border-color: #060BCB;
}
</style>