Shades of Medium Blue #060DB6
Tints of Medium Blue #060DB6
RGB
CMYK
RGB Variations
Color information
#060DB6 (or 0x060DB6) is known color: Medium Blue. HEX triplet: 06, 0D and B6. RGB value is (6,13,182). Sum of RGB (Red+Green+Blue) = 6+13+182=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 182 (71.48% from 255 or 90.55% from 201); Max value from RGB is 182 - color contains mainly: blue. Hex color #060DB6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060DB6 is #F9F249. Grayscale: #1D1D1D. Windows color (decimal): -16380490 or 11930886. OLE color: 11930886.
HSL color Cylindrical-coordinate representation of color #060DB6: hue angle of 237.61º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060DB6 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 13 | 182 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.29 |
| HSL | 237.61º | 0.94% | 0.37% | - |
| HSV(B) | 237.61º | 0.97% | 0.71% | - |
| XYZ | 8.66 | 3.7 | 44.51 | - |
| YUV | 30.17 | 213.68 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 182 | 0.97 | 0.93 | 0 | 0.29 | 237.61 | 0.94 | 0.37 |
| Hex | 6 | D | B6 | 61 | 5D | 0 | 1D | EE | 5E | 25 |
| Octal | 6 | 15 | 266 | 141 | 135 | 0 | 35 | 356 | 136 | 45 |
| Binary | 110 | 1101 | 10110110 | 1100001 | 1011101 | 0 | 11101 | 11101110 | 1011110 | 100101 |
Color Harmonies of #060DB6
Complementary color
Monochromatic Colors of #060DB6
Black with #060DB6
Text Example
Text Example
White with #060DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060DB6; }
p { color: rgb(6,13,182); }
H1.HeaderClassName
{
color: #060DB6;
}
.AnyTagClassName
{
color: #060DB6;
}
</style>
background-color css
<style>
a { background-color: #060DB6; }
a { background-color: rgb(6,13,182); }
div.DivClassName
{
background-color: #060DB6;
}
.BgClassName
{
background-color: #060DB6;
}
</style>
border-color css
<style>
span { border-color: #060DB6; }
span { border-color: rgb(6,13,182); }
td.TdClassName
{
border-color: #060DB6;
}
.TagClassName
{
border-color: #060DB6;
}
</style>