Shades of Medium Blue #060ADB
Tints of Medium Blue #060ADB
RGB
CMYK
RGB Variations
Color information
#060ADB (or 0x060ADB) is known color: Medium Blue. HEX triplet: 06, 0A and DB. RGB value is (6,10,219). Sum of RGB (Red+Green+Blue) = 6+10+219=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 219 (85.94% from 255 or 93.19% from 235); Max value from RGB is 219 - color contains mainly: blue. Hex color #060ADB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060ADB is #F9F524. Grayscale: #1F1F1F. Windows color (decimal): -16381221 or 14354950. OLE color: 14354950.
HSL color Cylindrical-coordinate representation of color #060ADB: hue angle of 238.87º 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 #060ADB is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 10 | 219 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.14 |
| HSL | 238.87º | 0.95% | 0.44% | - |
| HSV(B) | 238.87º | 0.97% | 0.86% | - |
| XYZ | 12.97 | 5.37 | 67.37 | - |
| YUV | 32.63 | 233.17 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 10 | 219 | 0.97 | 0.95 | 0 | 0.14 | 238.87 | 0.95 | 0.44 |
| Hex | 6 | A | DB | 61 | 5F | 0 | E | EF | 5F | 2C |
| Octal | 6 | 12 | 333 | 141 | 137 | 0 | 16 | 357 | 137 | 54 |
| Binary | 110 | 1010 | 11011011 | 1100001 | 1011111 | 0 | 1110 | 11101111 | 1011111 | 101100 |
Color Harmonies of #060ADB
Complementary color
Monochromatic Colors of #060ADB
Black with #060ADB
Text Example
Text Example
White with #060ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060ADB; }
p { color: rgb(6,10,219); }
H1.HeaderClassName
{
color: #060ADB;
}
.AnyTagClassName
{
color: #060ADB;
}
</style>
background-color css
<style>
a { background-color: #060ADB; }
a { background-color: rgb(6,10,219); }
div.DivClassName
{
background-color: #060ADB;
}
.BgClassName
{
background-color: #060ADB;
}
</style>
border-color css
<style>
span { border-color: #060ADB; }
span { border-color: rgb(6,10,219); }
td.TdClassName
{
border-color: #060ADB;
}
.TagClassName
{
border-color: #060ADB;
}
</style>