Shades of Medium Blue #061EDD
Tints of Medium Blue #061EDD
RGB
CMYK
RGB Variations
Color information
#061EDD (or 0x061EDD) is known color: Medium Blue. HEX triplet: 06, 1E and DD. RGB value is (6,30,221). Sum of RGB (Red+Green+Blue) = 6+30+221=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 221 (86.72% from 255 or 85.99% from 257); Max value from RGB is 221 - color contains mainly: blue. Hex color #061EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061EDD is #F9E122. Grayscale: #2B2B2B. Windows color (decimal): -16376099 or 14491142. OLE color: 14491142.
HSL color Cylindrical-coordinate representation of color #061EDD: hue angle of 233.3º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061EDD is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 30 | 221 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.13 |
| HSL | 233.3º | 0.95% | 0.45% | - |
| HSV(B) | 233.3º | 0.97% | 0.87% | - |
| XYZ | 13.59 | 6.19 | 68.88 | - |
| YUV | 44.6 | 227.55 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 221 | 0.97 | 0.86 | 0 | 0.13 | 233.3 | 0.95 | 0.45 |
| Hex | 6 | 1E | DD | 61 | 56 | 0 | D | E9 | 5F | 2D |
| Octal | 6 | 36 | 335 | 141 | 126 | 0 | 15 | 351 | 137 | 55 |
| Binary | 110 | 11110 | 11011101 | 1100001 | 1010110 | 0 | 1101 | 11101001 | 1011111 | 101101 |
Color Harmonies of #061EDD
Complementary color
Monochromatic Colors of #061EDD
Black with #061EDD
Text Example
Text Example
White with #061EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061EDD; }
p { color: rgb(6,30,221); }
H1.HeaderClassName
{
color: #061EDD;
}
.AnyTagClassName
{
color: #061EDD;
}
</style>
background-color css
<style>
a { background-color: #061EDD; }
a { background-color: rgb(6,30,221); }
div.DivClassName
{
background-color: #061EDD;
}
.BgClassName
{
background-color: #061EDD;
}
</style>
border-color css
<style>
span { border-color: #061EDD; }
span { border-color: rgb(6,30,221); }
td.TdClassName
{
border-color: #061EDD;
}
.TagClassName
{
border-color: #061EDD;
}
</style>