Shades of Midnight Express #060246
Tints of Midnight Express #060246
RGB
CMYK
RGB Variations
Color information
#060246 (or 0x060246) is known color: Midnight Express. HEX triplet: 06, 02 and 46. RGB value is (6,2,70). Sum of RGB (Red+Green+Blue) = 6+2+70=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 70 (27.73% from 255 or 89.74% from 78); Max value from RGB is 70 - color contains mainly: blue. Hex color #060246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060246 is #F9FDB9. Grayscale: #0A0A0A. Windows color (decimal): -16383418 or 4588038. OLE color: 4588038.
HSL color Cylindrical-coordinate representation of color #060246: hue angle of 243.53º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060246 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 2 | 70 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.73 |
| HSL | 243.53º | 0.94% | 0.14% | - |
| HSV(B) | 243.53º | 0.97% | 0.27% | - |
| XYZ | 1.2 | 0.52 | 5.83 | - |
| YUV | 10.95 | 161.33 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 2 | 70 | 0.91 | 0.97 | 0 | 0.73 | 243.53 | 0.94 | 0.14 |
| Hex | 6 | 2 | 46 | 5B | 61 | 0 | 49 | F4 | 5E | E |
| Octal | 6 | 2 | 106 | 133 | 141 | 0 | 111 | 364 | 136 | 16 |
| Binary | 110 | 10 | 1000110 | 1011011 | 1100001 | 0 | 1001001 | 11110100 | 1011110 | 1110 |
Color Harmonies of #060246
Complementary color
Monochromatic Colors of #060246
Black with #060246
Text Example
Text Example
White with #060246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060246; }
p { color: rgb(6,2,70); }
H1.HeaderClassName
{
color: #060246;
}
.AnyTagClassName
{
color: #060246;
}
</style>
background-color css
<style>
a { background-color: #060246; }
a { background-color: rgb(6,2,70); }
div.DivClassName
{
background-color: #060246;
}
.BgClassName
{
background-color: #060246;
}
</style>
border-color css
<style>
span { border-color: #060246; }
span { border-color: rgb(6,2,70); }
td.TdClassName
{
border-color: #060246;
}
.TagClassName
{
border-color: #060246;
}
</style>