Shades of New Midnight Blue #060696
Tints of New Midnight Blue #060696
RGB
CMYK
RGB Variations
Color information
#060696 (or 0x060696) is known color: New Midnight Blue. HEX triplet: 06, 06 and 96. RGB value is (6,6,150). Sum of RGB (Red+Green+Blue) = 6+6+150=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 150 (58.98% from 255 or 92.59% from 162); Max value from RGB is 150 - color contains mainly: blue. Hex color #060696 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060696 is #F9F969. Grayscale: #151515. Windows color (decimal): -16382314 or 9831942. OLE color: 9831942.
HSL color Cylindrical-coordinate representation of color #060696: hue angle of 240º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060696 is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 6 | 150 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.41 |
| HSL | 240º | 0.92% | 0.31% | - |
| HSV(B) | 240º | 0.96% | 0.59% | - |
| XYZ | 5.65 | 2.37 | 29.01 | - |
| YUV | 22.42 | 200 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 6 | 150 | 0.96 | 0.96 | 0 | 0.41 | 240 | 0.92 | 0.31 |
| Hex | 6 | 6 | 96 | 60 | 60 | 0 | 29 | F0 | 5C | 1F |
| Octal | 6 | 6 | 226 | 140 | 140 | 0 | 51 | 360 | 134 | 37 |
| Binary | 110 | 110 | 10010110 | 1100000 | 1100000 | 0 | 101001 | 11110000 | 1011100 | 11111 |
Color Harmonies of #060696
Complementary color
Monochromatic Colors of #060696
Black with #060696
Text Example
Text Example
White with #060696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060696; }
p { color: rgb(6,6,150); }
H1.HeaderClassName
{
color: #060696;
}
.AnyTagClassName
{
color: #060696;
}
</style>
background-color css
<style>
a { background-color: #060696; }
a { background-color: rgb(6,6,150); }
div.DivClassName
{
background-color: #060696;
}
.BgClassName
{
background-color: #060696;
}
</style>
border-color css
<style>
span { border-color: #060696; }
span { border-color: rgb(6,6,150); }
td.TdClassName
{
border-color: #060696;
}
.TagClassName
{
border-color: #060696;
}
</style>