Shades of Midnight Express #060845
Tints of Midnight Express #060845
RGB
CMYK
RGB Variations
Color information
#060845 (or 0x060845) is known color: Midnight Express. HEX triplet: 06, 08 and 45. RGB value is (6,8,69). Sum of RGB (Red+Green+Blue) = 6+8+69=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 69 (27.34% from 255 or 83.13% from 83); Max value from RGB is 69 - color contains mainly: blue. Hex color #060845 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060845 is #F9F7BA. Grayscale: #0E0E0E. Windows color (decimal): -16381883 or 4524038. OLE color: 4524038.
HSL color Cylindrical-coordinate representation of color #060845: hue angle of 238.1º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #060845 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 8 | 69 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.73 |
| HSL | 238.1º | 0.84% | 0.15% | - |
| HSV(B) | 238.1º | 0.91% | 0.27% | - |
| XYZ | 1.24 | 0.64 | 5.69 | - |
| YUV | 14.36 | 158.84 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 8 | 69 | 0.91 | 0.88 | 0 | 0.73 | 238.1 | 0.84 | 0.15 |
| Hex | 6 | 8 | 45 | 5B | 58 | 0 | 49 | EE | 54 | F |
| Octal | 6 | 10 | 105 | 133 | 130 | 0 | 111 | 356 | 124 | 17 |
| Binary | 110 | 1000 | 1000101 | 1011011 | 1011000 | 0 | 1001001 | 11101110 | 1010100 | 1111 |
Color Harmonies of #060845
Complementary color
Monochromatic Colors of #060845
Black with #060845
Text Example
Text Example
White with #060845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060845; }
p { color: rgb(6,8,69); }
H1.HeaderClassName
{
color: #060845;
}
.AnyTagClassName
{
color: #060845;
}
</style>
background-color css
<style>
a { background-color: #060845; }
a { background-color: rgb(6,8,69); }
div.DivClassName
{
background-color: #060845;
}
.BgClassName
{
background-color: #060845;
}
</style>
border-color css
<style>
span { border-color: #060845; }
span { border-color: rgb(6,8,69); }
td.TdClassName
{
border-color: #060845;
}
.TagClassName
{
border-color: #060845;
}
</style>