Shades of Medium Blue #0614DB
Tints of Medium Blue #0614DB
RGB
CMYK
RGB Variations
Color information
#0614DB (or 0x0614DB) is known color: Medium Blue. HEX triplet: 06, 14 and DB. RGB value is (6,20,219). Sum of RGB (Red+Green+Blue) = 6+20+219=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 219 (85.94% from 255 or 89.39% from 245); Max value from RGB is 219 - color contains mainly: blue. Hex color #0614DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0614DB is #F9EB24. Grayscale: #252525. Windows color (decimal): -16378661 or 14357510. OLE color: 14357510.
HSL color Cylindrical-coordinate representation of color #0614DB: hue angle of 236.06º 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 #0614DB is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 20 | 219 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.14 |
| HSL | 236.06º | 0.95% | 0.44% | - |
| HSV(B) | 236.06º | 0.97% | 0.86% | - |
| XYZ | 13.11 | 5.65 | 67.42 | - |
| YUV | 38.5 | 229.86 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 219 | 0.97 | 0.91 | 0 | 0.14 | 236.06 | 0.95 | 0.44 |
| Hex | 6 | 14 | DB | 61 | 5B | 0 | E | EC | 5F | 2C |
| Octal | 6 | 24 | 333 | 141 | 133 | 0 | 16 | 354 | 137 | 54 |
| Binary | 110 | 10100 | 11011011 | 1100001 | 1011011 | 0 | 1110 | 11101100 | 1011111 | 101100 |
Color Harmonies of #0614DB
Complementary color
Monochromatic Colors of #0614DB
Black with #0614DB
Text Example
Text Example
White with #0614DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0614DB; }
p { color: rgb(6,20,219); }
H1.HeaderClassName
{
color: #0614DB;
}
.AnyTagClassName
{
color: #0614DB;
}
</style>
background-color css
<style>
a { background-color: #0614DB; }
a { background-color: rgb(6,20,219); }
div.DivClassName
{
background-color: #0614DB;
}
.BgClassName
{
background-color: #0614DB;
}
</style>
border-color css
<style>
span { border-color: #0614DB; }
span { border-color: rgb(6,20,219); }
td.TdClassName
{
border-color: #0614DB;
}
.TagClassName
{
border-color: #0614DB;
}
</style>