Shades of Medium Blue #061ECD
Tints of Medium Blue #061ECD
RGB
CMYK
RGB Variations
Color information
#061ECD (or 0x061ECD) is known color: Medium Blue. HEX triplet: 06, 1E and CD. RGB value is (6,30,205). Sum of RGB (Red+Green+Blue) = 6+30+205=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 205 (80.47% from 255 or 85.06% from 241); Max value from RGB is 205 - color contains mainly: blue. Hex color #061ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061ECD is #F9E132. Grayscale: #2A2A2A. Windows color (decimal): -16376115 or 13442566. OLE color: 13442566.
HSL color Cylindrical-coordinate representation of color #061ECD: hue angle of 232.76º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061ECD is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 30 | 205 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.20 |
| HSL | 232.76º | 0.94% | 0.41% | - |
| HSV(B) | 232.76º | 0.97% | 0.8% | - |
| XYZ | 11.56 | 5.38 | 58.19 | - |
| YUV | 42.77 | 219.55 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 205 | 0.97 | 0.85 | 0 | 0.20 | 232.76 | 0.94 | 0.41 |
| Hex | 6 | 1E | CD | 61 | 55 | 0 | 14 | E9 | 5E | 29 |
| Octal | 6 | 36 | 315 | 141 | 125 | 0 | 24 | 351 | 136 | 51 |
| Binary | 110 | 11110 | 11001101 | 1100001 | 1010101 | 0 | 10100 | 11101001 | 1011110 | 101001 |
Color Harmonies of #061ECD
Complementary color
Monochromatic Colors of #061ECD
Black with #061ECD
Text Example
Text Example
White with #061ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061ECD; }
p { color: rgb(6,30,205); }
H1.HeaderClassName
{
color: #061ECD;
}
.AnyTagClassName
{
color: #061ECD;
}
</style>
background-color css
<style>
a { background-color: #061ECD; }
a { background-color: rgb(6,30,205); }
div.DivClassName
{
background-color: #061ECD;
}
.BgClassName
{
background-color: #061ECD;
}
</style>
border-color css
<style>
span { border-color: #061ECD; }
span { border-color: rgb(6,30,205); }
td.TdClassName
{
border-color: #061ECD;
}
.TagClassName
{
border-color: #061ECD;
}
</style>