Shades of Medium Blue #060ABC
Tints of Medium Blue #060ABC
RGB
CMYK
RGB Variations
Color information
#060ABC (or 0x060ABC) is known color: Medium Blue. HEX triplet: 06, 0A and BC. RGB value is (6,10,188). Sum of RGB (Red+Green+Blue) = 6+10+188=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 188 (73.83% from 255 or 92.16% from 204); Max value from RGB is 188 - color contains mainly: blue. Hex color #060ABC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060ABC is #F9F543. Grayscale: #1C1C1C. Windows color (decimal): -16381252 or 12323334. OLE color: 12323334.
HSL color Cylindrical-coordinate representation of color #060ABC: hue angle of 238.68º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060ABC is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 10 | 188 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.26 |
| HSL | 238.68º | 0.94% | 0.38% | - |
| HSV(B) | 238.68º | 0.97% | 0.74% | - |
| XYZ | 9.26 | 3.89 | 47.84 | - |
| YUV | 29.1 | 217.67 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 10 | 188 | 0.97 | 0.95 | 0 | 0.26 | 238.68 | 0.94 | 0.38 |
| Hex | 6 | A | BC | 61 | 5F | 0 | 1A | EF | 5E | 26 |
| Octal | 6 | 12 | 274 | 141 | 137 | 0 | 32 | 357 | 136 | 46 |
| Binary | 110 | 1010 | 10111100 | 1100001 | 1011111 | 0 | 11010 | 11101111 | 1011110 | 100110 |
Color Harmonies of #060ABC
Complementary color
Monochromatic Colors of #060ABC
Black with #060ABC
Text Example
Text Example
White with #060ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060ABC; }
p { color: rgb(6,10,188); }
H1.HeaderClassName
{
color: #060ABC;
}
.AnyTagClassName
{
color: #060ABC;
}
</style>
background-color css
<style>
a { background-color: #060ABC; }
a { background-color: rgb(6,10,188); }
div.DivClassName
{
background-color: #060ABC;
}
.BgClassName
{
background-color: #060ABC;
}
</style>
border-color css
<style>
span { border-color: #060ABC; }
span { border-color: rgb(6,10,188); }
td.TdClassName
{
border-color: #060ABC;
}
.TagClassName
{
border-color: #060ABC;
}
</style>