Shades of Midnight Blue #06106C
Tints of Midnight Blue #06106C
RGB
CMYK
RGB Variations
Color information
#06106C (or 0x06106C) is known color: Midnight Blue. HEX triplet: 06, 10 and 6C. RGB value is (6,16,108). Sum of RGB (Red+Green+Blue) = 6+16+108=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 108 (42.58% from 255 or 83.08% from 130); Max value from RGB is 108 - color contains mainly: blue. Hex color #06106C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06106C is #F9EF93. Grayscale: #171717. Windows color (decimal): -16379796 or 7081990. OLE color: 7081990.
HSL color Cylindrical-coordinate representation of color #06106C: hue angle of 234.12º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06106C is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 16 | 108 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.58 |
| HSL | 234.12º | 0.89% | 0.22% | - |
| HSV(B) | 234.12º | 0.94% | 0.42% | - |
| XYZ | 2.97 | 1.49 | 14.32 | - |
| YUV | 23.5 | 175.69 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 16 | 108 | 0.94 | 0.85 | 0 | 0.58 | 234.12 | 0.89 | 0.22 |
| Hex | 6 | 10 | 6C | 5E | 55 | 0 | 3A | EA | 59 | 16 |
| Octal | 6 | 20 | 154 | 136 | 125 | 0 | 72 | 352 | 131 | 26 |
| Binary | 110 | 10000 | 1101100 | 1011110 | 1010101 | 0 | 111010 | 11101010 | 1011001 | 10110 |
Color Harmonies of #06106C
Complementary color
Monochromatic Colors of #06106C
Black with #06106C
Text Example
Text Example
White with #06106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06106C; }
p { color: rgb(6,16,108); }
H1.HeaderClassName
{
color: #06106C;
}
.AnyTagClassName
{
color: #06106C;
}
</style>
background-color css
<style>
a { background-color: #06106C; }
a { background-color: rgb(6,16,108); }
div.DivClassName
{
background-color: #06106C;
}
.BgClassName
{
background-color: #06106C;
}
</style>
border-color css
<style>
span { border-color: #06106C; }
span { border-color: rgb(6,16,108); }
td.TdClassName
{
border-color: #06106C;
}
.TagClassName
{
border-color: #06106C;
}
</style>