Shades of Medium Blue #060DBB
Tints of Medium Blue #060DBB
RGB
CMYK
RGB Variations
Color information
#060DBB (or 0x060DBB) is known color: Medium Blue. HEX triplet: 06, 0D and BB. RGB value is (6,13,187). Sum of RGB (Red+Green+Blue) = 6+13+187=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 187 (73.44% from 255 or 90.78% from 206); Max value from RGB is 187 - color contains mainly: blue. Hex color #060DBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060DBB is #F9F244. Grayscale: #1E1E1E. Windows color (decimal): -16380485 or 12258566. OLE color: 12258566.
HSL color Cylindrical-coordinate representation of color #060DBB: hue angle of 237.68º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060DBB is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 13 | 187 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.27 |
| HSL | 237.68º | 0.94% | 0.38% | - |
| HSV(B) | 237.68º | 0.97% | 0.73% | - |
| XYZ | 9.19 | 3.91 | 47.28 | - |
| YUV | 30.74 | 216.18 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 187 | 0.97 | 0.93 | 0 | 0.27 | 237.68 | 0.94 | 0.38 |
| Hex | 6 | D | BB | 61 | 5D | 0 | 1B | EE | 5E | 26 |
| Octal | 6 | 15 | 273 | 141 | 135 | 0 | 33 | 356 | 136 | 46 |
| Binary | 110 | 1101 | 10111011 | 1100001 | 1011101 | 0 | 11011 | 11101110 | 1011110 | 100110 |
Color Harmonies of #060DBB
Complementary color
Monochromatic Colors of #060DBB
Black with #060DBB
Text Example
Text Example
White with #060DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060DBB; }
p { color: rgb(6,13,187); }
H1.HeaderClassName
{
color: #060DBB;
}
.AnyTagClassName
{
color: #060DBB;
}
</style>
background-color css
<style>
a { background-color: #060DBB; }
a { background-color: rgb(6,13,187); }
div.DivClassName
{
background-color: #060DBB;
}
.BgClassName
{
background-color: #060DBB;
}
</style>
border-color css
<style>
span { border-color: #060DBB; }
span { border-color: rgb(6,13,187); }
td.TdClassName
{
border-color: #060DBB;
}
.TagClassName
{
border-color: #060DBB;
}
</style>