Shades of Midnight Express #000646
Tints of Midnight Express #000646
RGB
CMYK
RGB Variations
Color information
#000646 (or 0x000646) is known color: Midnight Express. HEX triplet: 00, 06 and 46. RGB value is (0,6,70). Sum of RGB (Red+Green+Blue) = 0+6+70=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 70 (27.73% from 255 or 92.11% from 76); Max value from RGB is 70 - color contains mainly: blue. Hex color #000646 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000646 is #FFF9B9. Grayscale: #0B0B0B. Windows color (decimal): -16775610 or 4589056. OLE color: 4589056.
HSL color Cylindrical-coordinate representation of color #000646: hue angle of 234.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000646 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 6 | 70 | - |
| CMYK | 1 | 0.91 | 0 | 0.73 |
| HSL | 234.86º | 1% | 0.14% | - |
| HSV(B) | 234.86º | 1% | 0.27% | - |
| XYZ | 1.17 | 0.57 | 5.84 | - |
| YUV | 11.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 70 | 1 | 0.91 | 0 | 0.73 | 234.86 | 1 | 0.14 |
| Hex | 0 | 6 | 46 | 64 | 5B | 0 | 49 | EB | 64 | E |
| Octal | 0 | 6 | 106 | 144 | 133 | 0 | 111 | 353 | 144 | 16 |
| Binary | 0 | 110 | 1000110 | 1100100 | 1011011 | 0 | 1001001 | 11101011 | 1100100 | 1110 |
Color Harmonies of #000646
Complementary color
Monochromatic Colors of #000646
Black with #000646
Text Example
Text Example
White with #000646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000646; }
p { color: rgb(0,6,70); }
H1.HeaderClassName
{
color: #000646;
}
.AnyTagClassName
{
color: #000646;
}
</style>
background-color css
<style>
a { background-color: #000646; }
a { background-color: rgb(0,6,70); }
div.DivClassName
{
background-color: #000646;
}
.BgClassName
{
background-color: #000646;
}
</style>
border-color css
<style>
span { border-color: #000646; }
span { border-color: rgb(0,6,70); }
td.TdClassName
{
border-color: #000646;
}
.TagClassName
{
border-color: #000646;
}
</style>