Shades of Midnight Express #060642
Tints of Midnight Express #060642
RGB
CMYK
RGB Variations
Color information
#060642 (or 0x060642) is known color: Midnight Express. HEX triplet: 06, 06 and 42. RGB value is (6,6,66). Sum of RGB (Red+Green+Blue) = 6+6+66=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 66 (26.17% from 255 or 84.62% from 78); Max value from RGB is 66 - color contains mainly: blue. Hex color #060642 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060642 is #F9F9BD. Grayscale: #0C0C0C. Windows color (decimal): -16382398 or 4326918. OLE color: 4326918.
HSL color Cylindrical-coordinate representation of color #060642: hue angle of 240º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #060642 is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 6 | 66 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.74 |
| HSL | 240º | 0.83% | 0.14% | - |
| HSV(B) | 240º | 0.91% | 0.26% | - |
| XYZ | 1.12 | 0.56 | 5.2 | - |
| YUV | 12.84 | 158 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 6 | 66 | 0.91 | 0.91 | 0 | 0.74 | 240 | 0.83 | 0.14 |
| Hex | 6 | 6 | 42 | 5B | 5B | 0 | 4A | F0 | 53 | E |
| Octal | 6 | 6 | 102 | 133 | 133 | 0 | 112 | 360 | 123 | 16 |
| Binary | 110 | 110 | 1000010 | 1011011 | 1011011 | 0 | 1001010 | 11110000 | 1010011 | 1110 |
Color Harmonies of #060642
Complementary color
Monochromatic Colors of #060642
Black with #060642
Text Example
Text Example
White with #060642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060642; }
p { color: rgb(6,6,66); }
H1.HeaderClassName
{
color: #060642;
}
.AnyTagClassName
{
color: #060642;
}
</style>
background-color css
<style>
a { background-color: #060642; }
a { background-color: rgb(6,6,66); }
div.DivClassName
{
background-color: #060642;
}
.BgClassName
{
background-color: #060642;
}
</style>
border-color css
<style>
span { border-color: #060642; }
span { border-color: rgb(6,6,66); }
td.TdClassName
{
border-color: #060642;
}
.TagClassName
{
border-color: #060642;
}
</style>