Shades of Lochmara #406D96
Tints of Lochmara #406D96
RGB
CMYK
RGB Variations
Color information
#406D96 (or 0x406D96) is known color: Lochmara. HEX triplet: 40, 6D and 96. RGB value is (64,109,150). Sum of RGB (Red+Green+Blue) = 64+109+150=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #406D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406D96 is #BF9269. Grayscale: #646464. Windows color (decimal): -12554858 or 9858368. OLE color: 9858368.
HSL color Cylindrical-coordinate representation of color #406D96: hue angle of 208.6º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #406D96 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 109 | 150 | - |
| CMYK | 0.57 | 0.27 | 0 | 0.41 |
| HSL | 208.6º | 0.4% | 0.42% | - |
| HSV(B) | 208.6º | 0.57% | 0.59% | - |
| XYZ | 13.09 | 14.23 | 30.91 | - |
| YUV | 100.22 | 156.09 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 150 | 0.57 | 0.27 | 0 | 0.41 | 208.6 | 0.4 | 0.42 |
| Hex | 40 | 6D | 96 | 39 | 1B | 0 | 29 | D1 | 28 | 2A |
| Octal | 100 | 155 | 226 | 71 | 33 | 0 | 51 | 321 | 50 | 52 |
| Binary | 1000000 | 1101101 | 10010110 | 111001 | 11011 | 0 | 101001 | 11010001 | 101000 | 101010 |
Color Harmonies of #406D96
Complementary color
Monochromatic Colors of #406D96
Black with #406D96
Text Example
Text Example
White with #406D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406D96; }
p { color: rgb(64,109,150); }
H1.HeaderClassName
{
color: #406D96;
}
.AnyTagClassName
{
color: #406D96;
}
</style>
background-color css
<style>
a { background-color: #406D96; }
a { background-color: rgb(64,109,150); }
div.DivClassName
{
background-color: #406D96;
}
.BgClassName
{
background-color: #406D96;
}
</style>
border-color css
<style>
span { border-color: #406D96; }
span { border-color: rgb(64,109,150); }
td.TdClassName
{
border-color: #406D96;
}
.TagClassName
{
border-color: #406D96;
}
</style>