Shades of Medium Blue #060DB8
Tints of Medium Blue #060DB8
RGB
CMYK
RGB Variations
Color information
#060DB8 (or 0x060DB8) is known color: Medium Blue. HEX triplet: 06, 0D and B8. RGB value is (6,13,184). Sum of RGB (Red+Green+Blue) = 6+13+184=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 184 (72.27% from 255 or 90.64% from 203); Max value from RGB is 184 - color contains mainly: blue. Hex color #060DB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060DB8 is #F9F247. Grayscale: #1D1D1D. Windows color (decimal): -16380488 or 12061958. OLE color: 12061958.
HSL color Cylindrical-coordinate representation of color #060DB8: hue angle of 237.64º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060DB8 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 13 | 184 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.28 |
| HSL | 237.64º | 0.94% | 0.37% | - |
| HSV(B) | 237.64º | 0.97% | 0.72% | - |
| XYZ | 8.87 | 3.79 | 45.61 | - |
| YUV | 30.4 | 214.68 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 184 | 0.97 | 0.93 | 0 | 0.28 | 237.64 | 0.94 | 0.37 |
| Hex | 6 | D | B8 | 61 | 5D | 0 | 1C | EE | 5E | 25 |
| Octal | 6 | 15 | 270 | 141 | 135 | 0 | 34 | 356 | 136 | 45 |
| Binary | 110 | 1101 | 10111000 | 1100001 | 1011101 | 0 | 11100 | 11101110 | 1011110 | 100101 |
Color Harmonies of #060DB8
Complementary color
Monochromatic Colors of #060DB8
Black with #060DB8
Text Example
Text Example
White with #060DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060DB8; }
p { color: rgb(6,13,184); }
H1.HeaderClassName
{
color: #060DB8;
}
.AnyTagClassName
{
color: #060DB8;
}
</style>
background-color css
<style>
a { background-color: #060DB8; }
a { background-color: rgb(6,13,184); }
div.DivClassName
{
background-color: #060DB8;
}
.BgClassName
{
background-color: #060DB8;
}
</style>
border-color css
<style>
span { border-color: #060DB8; }
span { border-color: rgb(6,13,184); }
td.TdClassName
{
border-color: #060DB8;
}
.TagClassName
{
border-color: #060DB8;
}
</style>