Shades of Medium Blue #060BDB
Tints of Medium Blue #060BDB
RGB
CMYK
RGB Variations
Color information
#060BDB (or 0x060BDB) is known color: Medium Blue. HEX triplet: 06, 0B and DB. RGB value is (6,11,219). Sum of RGB (Red+Green+Blue) = 6+11+219=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 219 (85.94% from 255 or 92.80% from 236); Max value from RGB is 219 - color contains mainly: blue. Hex color #060BDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060BDB is #F9F424. Grayscale: #202020. Windows color (decimal): -16380965 or 14355206. OLE color: 14355206.
HSL color Cylindrical-coordinate representation of color #060BDB: hue angle of 238.59º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060BDB is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 11 | 219 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.14 |
| HSL | 238.59º | 0.95% | 0.44% | - |
| HSV(B) | 238.59º | 0.97% | 0.86% | - |
| XYZ | 12.98 | 5.39 | 67.37 | - |
| YUV | 33.22 | 232.84 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 219 | 0.97 | 0.95 | 0 | 0.14 | 238.59 | 0.95 | 0.44 |
| Hex | 6 | B | DB | 61 | 5F | 0 | E | EF | 5F | 2C |
| Octal | 6 | 13 | 333 | 141 | 137 | 0 | 16 | 357 | 137 | 54 |
| Binary | 110 | 1011 | 11011011 | 1100001 | 1011111 | 0 | 1110 | 11101111 | 1011111 | 101100 |
Color Harmonies of #060BDB
Complementary color
Monochromatic Colors of #060BDB
Black with #060BDB
Text Example
Text Example
White with #060BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060BDB; }
p { color: rgb(6,11,219); }
H1.HeaderClassName
{
color: #060BDB;
}
.AnyTagClassName
{
color: #060BDB;
}
</style>
background-color css
<style>
a { background-color: #060BDB; }
a { background-color: rgb(6,11,219); }
div.DivClassName
{
background-color: #060BDB;
}
.BgClassName
{
background-color: #060BDB;
}
</style>
border-color css
<style>
span { border-color: #060BDB; }
span { border-color: rgb(6,11,219); }
td.TdClassName
{
border-color: #060BDB;
}
.TagClassName
{
border-color: #060BDB;
}
</style>