Shades of Lochmara #406C96
Tints of Lochmara #406C96
RGB
CMYK
RGB Variations
Color information
#406C96 (or 0x406C96) is known color: Lochmara. HEX triplet: 40, 6C and 96. RGB value is (64,108,150). Sum of RGB (Red+Green+Blue) = 64+108+150=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #406C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406C96 is #BF9369. Grayscale: #636363. Windows color (decimal): -12555114 or 9858112. OLE color: 9858112.
HSL color Cylindrical-coordinate representation of color #406C96: hue angle of 209.3º 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 #406C96 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 108 | 150 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.41 |
| HSL | 209.3º | 0.4% | 0.42% | - |
| HSV(B) | 209.3º | 0.57% | 0.59% | - |
| XYZ | 12.98 | 14.02 | 30.88 | - |
| YUV | 99.63 | 156.42 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 150 | 0.57 | 0.28 | 0 | 0.41 | 209.3 | 0.4 | 0.42 |
| Hex | 40 | 6C | 96 | 39 | 1C | 0 | 29 | D1 | 28 | 2A |
| Octal | 100 | 154 | 226 | 71 | 34 | 0 | 51 | 321 | 50 | 52 |
| Binary | 1000000 | 1101100 | 10010110 | 111001 | 11100 | 0 | 101001 | 11010001 | 101000 | 101010 |
Color Harmonies of #406C96
Complementary color
Monochromatic Colors of #406C96
Black with #406C96
Text Example
Text Example
White with #406C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406C96; }
p { color: rgb(64,108,150); }
H1.HeaderClassName
{
color: #406C96;
}
.AnyTagClassName
{
color: #406C96;
}
</style>
background-color css
<style>
a { background-color: #406C96; }
a { background-color: rgb(64,108,150); }
div.DivClassName
{
background-color: #406C96;
}
.BgClassName
{
background-color: #406C96;
}
</style>
border-color css
<style>
span { border-color: #406C96; }
span { border-color: rgb(64,108,150); }
td.TdClassName
{
border-color: #406C96;
}
.TagClassName
{
border-color: #406C96;
}
</style>