Shades of Midnight Express #060546
Tints of Midnight Express #060546
RGB
CMYK
RGB Variations
Color information
#060546 (or 0x060546) is known color: Midnight Express. HEX triplet: 06, 05 and 46. RGB value is (6,5,70). Sum of RGB (Red+Green+Blue) = 6+5+70=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 70 (27.73% from 255 or 86.42% from 81); Max value from RGB is 70 - color contains mainly: blue. Hex color #060546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060546 is #F9FAB9. Grayscale: #0C0C0C. Windows color (decimal): -16382650 or 4588806. OLE color: 4588806.
HSL color Cylindrical-coordinate representation of color #060546: hue angle of 240.92º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060546 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 5 | 70 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.73 |
| HSL | 240.92º | 0.87% | 0.15% | - |
| HSV(B) | 240.92º | 0.93% | 0.27% | - |
| XYZ | 1.23 | 0.59 | 5.84 | - |
| YUV | 12.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 70 | 0.91 | 0.93 | 0 | 0.73 | 240.92 | 0.87 | 0.15 |
| Hex | 6 | 5 | 46 | 5B | 5D | 0 | 49 | F1 | 57 | F |
| Octal | 6 | 5 | 106 | 133 | 135 | 0 | 111 | 361 | 127 | 17 |
| Binary | 110 | 101 | 1000110 | 1011011 | 1011101 | 0 | 1001001 | 11110001 | 1010111 | 1111 |
Color Harmonies of #060546
Complementary color
Monochromatic Colors of #060546
Black with #060546
Text Example
Text Example
White with #060546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060546; }
p { color: rgb(6,5,70); }
H1.HeaderClassName
{
color: #060546;
}
.AnyTagClassName
{
color: #060546;
}
</style>
background-color css
<style>
a { background-color: #060546; }
a { background-color: rgb(6,5,70); }
div.DivClassName
{
background-color: #060546;
}
.BgClassName
{
background-color: #060546;
}
</style>
border-color css
<style>
span { border-color: #060546; }
span { border-color: rgb(6,5,70); }
td.TdClassName
{
border-color: #060546;
}
.TagClassName
{
border-color: #060546;
}
</style>