Shades of Lochmara #206B96
Tints of Lochmara #206B96
RGB
CMYK
RGB Variations
Color information
#206B96 (or 0x206B96) is known color: Lochmara. HEX triplet: 20, 6B and 96. RGB value is (32,107,150). Sum of RGB (Red+Green+Blue) = 32+107+150=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #206B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206B96 is #DF9469. Grayscale: #595959. Windows color (decimal): -14652522 or 9857824. OLE color: 9857824.
HSL color Cylindrical-coordinate representation of color #206B96: hue angle of 201.86º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #206B96 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 107 | 150 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.41 |
| HSL | 201.86º | 0.65% | 0.36% | - |
| HSV(B) | 201.86º | 0.79% | 0.59% | - |
| XYZ | 11.36 | 13.02 | 30.77 | - |
| YUV | 89.48 | 162.15 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 150 | 0.79 | 0.29 | 0 | 0.41 | 201.86 | 0.65 | 0.36 |
| Hex | 20 | 6B | 96 | 4F | 1D | 0 | 29 | CA | 41 | 24 |
| Octal | 40 | 153 | 226 | 117 | 35 | 0 | 51 | 312 | 101 | 44 |
| Binary | 100000 | 1101011 | 10010110 | 1001111 | 11101 | 0 | 101001 | 11001010 | 1000001 | 100100 |
Color Harmonies of #206B96
Complementary color
Monochromatic Colors of #206B96
Black with #206B96
Text Example
Text Example
White with #206B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206B96; }
p { color: rgb(32,107,150); }
H1.HeaderClassName
{
color: #206B96;
}
.AnyTagClassName
{
color: #206B96;
}
</style>
background-color css
<style>
a { background-color: #206B96; }
a { background-color: rgb(32,107,150); }
div.DivClassName
{
background-color: #206B96;
}
.BgClassName
{
background-color: #206B96;
}
</style>
border-color css
<style>
span { border-color: #206B96; }
span { border-color: rgb(32,107,150); }
td.TdClassName
{
border-color: #206B96;
}
.TagClassName
{
border-color: #206B96;
}
</style>