Shades of Medium Blue #061EDC
Tints of Medium Blue #061EDC
RGB
CMYK
RGB Variations
Color information
#061EDC (or 0x061EDC) is known color: Medium Blue. HEX triplet: 06, 1E and DC. RGB value is (6,30,220). Sum of RGB (Red+Green+Blue) = 6+30+220=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 220 (86.33% from 255 or 85.94% from 256); Max value from RGB is 220 - color contains mainly: blue. Hex color #061EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061EDC is #F9E123. Grayscale: #2B2B2B. Windows color (decimal): -16376100 or 14425606. OLE color: 14425606.
HSL color Cylindrical-coordinate representation of color #061EDC: hue angle of 233.27º 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 #061EDC is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 30 | 220 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.14 |
| HSL | 233.27º | 0.95% | 0.44% | - |
| HSV(B) | 233.27º | 0.97% | 0.86% | - |
| XYZ | 13.46 | 6.13 | 68.18 | - |
| YUV | 44.48 | 227.05 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 220 | 0.97 | 0.86 | 0 | 0.14 | 233.27 | 0.95 | 0.44 |
| Hex | 6 | 1E | DC | 61 | 56 | 0 | E | E9 | 5F | 2C |
| Octal | 6 | 36 | 334 | 141 | 126 | 0 | 16 | 351 | 137 | 54 |
| Binary | 110 | 11110 | 11011100 | 1100001 | 1010110 | 0 | 1110 | 11101001 | 1011111 | 101100 |
Color Harmonies of #061EDC
Complementary color
Monochromatic Colors of #061EDC
Black with #061EDC
Text Example
Text Example
White with #061EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061EDC; }
p { color: rgb(6,30,220); }
H1.HeaderClassName
{
color: #061EDC;
}
.AnyTagClassName
{
color: #061EDC;
}
</style>
background-color css
<style>
a { background-color: #061EDC; }
a { background-color: rgb(6,30,220); }
div.DivClassName
{
background-color: #061EDC;
}
.BgClassName
{
background-color: #061EDC;
}
</style>
border-color css
<style>
span { border-color: #061EDC; }
span { border-color: rgb(6,30,220); }
td.TdClassName
{
border-color: #061EDC;
}
.TagClassName
{
border-color: #061EDC;
}
</style>