Shades of Midnight Express #06103E
Tints of Midnight Express #06103E
RGB
CMYK
RGB Variations
Color information
#06103E (or 0x06103E) is known color: Midnight Express. HEX triplet: 06, 10 and 3E. RGB value is (6,16,62). Sum of RGB (Red+Green+Blue) = 6+16+62=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 62 (24.61% from 255 or 73.81% from 84); Max value from RGB is 62 - color contains mainly: blue. Hex color #06103E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06103E is #F9EFC1. Grayscale: #121212. Windows color (decimal): -16379842 or 4067334. OLE color: 4067334.
HSL color Cylindrical-coordinate representation of color #06103E: hue angle of 229.29º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06103E is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 16 | 62 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.76 |
| HSL | 229.29º | 0.82% | 0.13% | - |
| HSV(B) | 229.29º | 0.9% | 0.24% | - |
| XYZ | 1.13 | 0.76 | 4.64 | - |
| YUV | 18.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 16 | 62 | 0.90 | 0.74 | 0 | 0.76 | 229.29 | 0.82 | 0.13 |
| Hex | 6 | 10 | 3E | 5A | 4A | 0 | 4C | E5 | 52 | D |
| Octal | 6 | 20 | 76 | 132 | 112 | 0 | 114 | 345 | 122 | 15 |
| Binary | 110 | 10000 | 111110 | 1011010 | 1001010 | 0 | 1001100 | 11100101 | 1010010 | 1101 |
Color Harmonies of #06103E
Complementary color
Monochromatic Colors of #06103E
Black with #06103E
Text Example
Text Example
White with #06103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06103E; }
p { color: rgb(6,16,62); }
H1.HeaderClassName
{
color: #06103E;
}
.AnyTagClassName
{
color: #06103E;
}
</style>
background-color css
<style>
a { background-color: #06103E; }
a { background-color: rgb(6,16,62); }
div.DivClassName
{
background-color: #06103E;
}
.BgClassName
{
background-color: #06103E;
}
</style>
border-color css
<style>
span { border-color: #06103E; }
span { border-color: rgb(6,16,62); }
td.TdClassName
{
border-color: #06103E;
}
.TagClassName
{
border-color: #06103E;
}
</style>