Shades of Medium Blue #0610DB
Tints of Medium Blue #0610DB
RGB
CMYK
RGB Variations
Color information
#0610DB (or 0x0610DB) is known color: Medium Blue. HEX triplet: 06, 10 and DB. RGB value is (6,16,219). Sum of RGB (Red+Green+Blue) = 6+16+219=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 219 (85.94% from 255 or 90.87% from 241); Max value from RGB is 219 - color contains mainly: blue. Hex color #0610DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0610DB is #F9EF24. Grayscale: #232323. Windows color (decimal): -16379685 or 14356486. OLE color: 14356486.
HSL color Cylindrical-coordinate representation of color #0610DB: hue angle of 237.18º 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 #0610DB is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 16 | 219 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.14 |
| HSL | 237.18º | 0.95% | 0.44% | - |
| HSV(B) | 237.18º | 0.97% | 0.86% | - |
| XYZ | 13.05 | 5.52 | 67.4 | - |
| YUV | 36.15 | 231.19 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 16 | 219 | 0.97 | 0.93 | 0 | 0.14 | 237.18 | 0.95 | 0.44 |
| Hex | 6 | 10 | DB | 61 | 5D | 0 | E | ED | 5F | 2C |
| Octal | 6 | 20 | 333 | 141 | 135 | 0 | 16 | 355 | 137 | 54 |
| Binary | 110 | 10000 | 11011011 | 1100001 | 1011101 | 0 | 1110 | 11101101 | 1011111 | 101100 |
Color Harmonies of #0610DB
Complementary color
Monochromatic Colors of #0610DB
Black with #0610DB
Text Example
Text Example
White with #0610DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0610DB; }
p { color: rgb(6,16,219); }
H1.HeaderClassName
{
color: #0610DB;
}
.AnyTagClassName
{
color: #0610DB;
}
</style>
background-color css
<style>
a { background-color: #0610DB; }
a { background-color: rgb(6,16,219); }
div.DivClassName
{
background-color: #0610DB;
}
.BgClassName
{
background-color: #0610DB;
}
</style>
border-color css
<style>
span { border-color: #0610DB; }
span { border-color: rgb(6,16,219); }
td.TdClassName
{
border-color: #0610DB;
}
.TagClassName
{
border-color: #0610DB;
}
</style>