Shades of Medium Blue #0614DC
Tints of Medium Blue #0614DC
RGB
CMYK
RGB Variations
Color information
#0614DC (or 0x0614DC) is known color: Medium Blue. HEX triplet: 06, 14 and DC. RGB value is (6,20,220). Sum of RGB (Red+Green+Blue) = 6+20+220=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 220 (86.33% from 255 or 89.43% from 246); Max value from RGB is 220 - color contains mainly: blue. Hex color #0614DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0614DC is #F9EB23. Grayscale: #252525. Windows color (decimal): -16378660 or 14423046. OLE color: 14423046.
HSL color Cylindrical-coordinate representation of color #0614DC: hue angle of 236.07º 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 #0614DC is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 20 | 220 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.14 |
| HSL | 236.07º | 0.95% | 0.44% | - |
| HSV(B) | 236.07º | 0.97% | 0.86% | - |
| XYZ | 13.24 | 5.71 | 68.11 | - |
| YUV | 38.61 | 230.36 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 220 | 0.97 | 0.91 | 0 | 0.14 | 236.07 | 0.95 | 0.44 |
| Hex | 6 | 14 | DC | 61 | 5B | 0 | E | EC | 5F | 2C |
| Octal | 6 | 24 | 334 | 141 | 133 | 0 | 16 | 354 | 137 | 54 |
| Binary | 110 | 10100 | 11011100 | 1100001 | 1011011 | 0 | 1110 | 11101100 | 1011111 | 101100 |
Color Harmonies of #0614DC
Complementary color
Monochromatic Colors of #0614DC
Black with #0614DC
Text Example
Text Example
White with #0614DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0614DC; }
p { color: rgb(6,20,220); }
H1.HeaderClassName
{
color: #0614DC;
}
.AnyTagClassName
{
color: #0614DC;
}
</style>
background-color css
<style>
a { background-color: #0614DC; }
a { background-color: rgb(6,20,220); }
div.DivClassName
{
background-color: #0614DC;
}
.BgClassName
{
background-color: #0614DC;
}
</style>
border-color css
<style>
span { border-color: #0614DC; }
span { border-color: rgb(6,20,220); }
td.TdClassName
{
border-color: #0614DC;
}
.TagClassName
{
border-color: #0614DC;
}
</style>