Shades of Midnight Blue #06106D
Tints of Midnight Blue #06106D
RGB
CMYK
RGB Variations
Color information
#06106D (or 0x06106D) is known color: Midnight Blue. HEX triplet: 06, 10 and 6D. RGB value is (6,16,109). Sum of RGB (Red+Green+Blue) = 6+16+109=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 109 (42.97% from 255 or 83.21% from 131); Max value from RGB is 109 - color contains mainly: blue. Hex color #06106D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06106D is #F9EF92. Grayscale: #171717. Windows color (decimal): -16379795 or 7147526. OLE color: 7147526.
HSL color Cylindrical-coordinate representation of color #06106D: hue angle of 234.17º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06106D is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 16 | 109 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.57 |
| HSL | 234.17º | 0.9% | 0.23% | - |
| HSV(B) | 234.17º | 0.94% | 0.43% | - |
| XYZ | 3.02 | 1.51 | 14.6 | - |
| YUV | 23.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 16 | 109 | 0.94 | 0.85 | 0 | 0.57 | 234.17 | 0.9 | 0.23 |
| Hex | 6 | 10 | 6D | 5E | 55 | 0 | 39 | EA | 5A | 17 |
| Octal | 6 | 20 | 155 | 136 | 125 | 0 | 71 | 352 | 132 | 27 |
| Binary | 110 | 10000 | 1101101 | 1011110 | 1010101 | 0 | 111001 | 11101010 | 1011010 | 10111 |
Color Harmonies of #06106D
Complementary color
Monochromatic Colors of #06106D
Black with #06106D
Text Example
Text Example
White with #06106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06106D; }
p { color: rgb(6,16,109); }
H1.HeaderClassName
{
color: #06106D;
}
.AnyTagClassName
{
color: #06106D;
}
</style>
background-color css
<style>
a { background-color: #06106D; }
a { background-color: rgb(6,16,109); }
div.DivClassName
{
background-color: #06106D;
}
.BgClassName
{
background-color: #06106D;
}
</style>
border-color css
<style>
span { border-color: #06106D; }
span { border-color: rgb(6,16,109); }
td.TdClassName
{
border-color: #06106D;
}
.TagClassName
{
border-color: #06106D;
}
</style>