Shades of Lochmara #406F9B
Tints of Lochmara #406F9B
RGB
CMYK
RGB Variations
Color information
#406F9B (or 0x406F9B) is known color: Lochmara. HEX triplet: 40, 6F and 9B. RGB value is (64,111,155). Sum of RGB (Red+Green+Blue) = 64+111+155=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #406F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406F9B is #BF9064. Grayscale: #656565. Windows color (decimal): -12554341 or 10186560. OLE color: 10186560.
HSL color Cylindrical-coordinate representation of color #406F9B: hue angle of 209.01º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #406F9B is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 111 | 155 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.39 |
| HSL | 209.01º | 0.42% | 0.43% | - |
| HSV(B) | 209.01º | 0.59% | 0.61% | - |
| XYZ | 13.72 | 14.83 | 33.15 | - |
| YUV | 101.96 | 157.93 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 155 | 0.59 | 0.28 | 0 | 0.39 | 209.01 | 0.42 | 0.43 |
| Hex | 40 | 6F | 9B | 3B | 1C | 0 | 27 | D1 | 2A | 2B |
| Octal | 100 | 157 | 233 | 73 | 34 | 0 | 47 | 321 | 52 | 53 |
| Binary | 1000000 | 1101111 | 10011011 | 111011 | 11100 | 0 | 100111 | 11010001 | 101010 | 101011 |
Color Harmonies of #406F9B
Complementary color
Monochromatic Colors of #406F9B
Black with #406F9B
Text Example
Text Example
White with #406F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406F9B; }
p { color: rgb(64,111,155); }
H1.HeaderClassName
{
color: #406F9B;
}
.AnyTagClassName
{
color: #406F9B;
}
</style>
background-color css
<style>
a { background-color: #406F9B; }
a { background-color: rgb(64,111,155); }
div.DivClassName
{
background-color: #406F9B;
}
.BgClassName
{
background-color: #406F9B;
}
</style>
border-color css
<style>
span { border-color: #406F9B; }
span { border-color: rgb(64,111,155); }
td.TdClassName
{
border-color: #406F9B;
}
.TagClassName
{
border-color: #406F9B;
}
</style>