Shades of Lochmara #206D99
Tints of Lochmara #206D99
RGB
CMYK
RGB Variations
Color information
#206D99 (or 0x206D99) is known color: Lochmara. HEX triplet: 20, 6D and 99. RGB value is (32,109,153). Sum of RGB (Red+Green+Blue) = 32+109+153=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #206D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206D99 is #DF9266. Grayscale: #5A5A5A. Windows color (decimal): -14652007 or 10054944. OLE color: 10054944.
HSL color Cylindrical-coordinate representation of color #206D99: hue angle of 201.82º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #206D99 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 109 | 153 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.4 |
| HSL | 201.82º | 0.65% | 0.36% | - |
| HSV(B) | 201.82º | 0.79% | 0.6% | - |
| XYZ | 11.81 | 13.54 | 32.13 | - |
| YUV | 90.99 | 162.99 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 153 | 0.79 | 0.29 | 0 | 0.4 | 201.82 | 0.65 | 0.36 |
| Hex | 20 | 6D | 99 | 4F | 1D | 0 | 28 | CA | 41 | 24 |
| Octal | 40 | 155 | 231 | 117 | 35 | 0 | 50 | 312 | 101 | 44 |
| Binary | 100000 | 1101101 | 10011001 | 1001111 | 11101 | 0 | 101000 | 11001010 | 1000001 | 100100 |
Color Harmonies of #206D99
Complementary color
Monochromatic Colors of #206D99
Black with #206D99
Text Example
Text Example
White with #206D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206D99; }
p { color: rgb(32,109,153); }
H1.HeaderClassName
{
color: #206D99;
}
.AnyTagClassName
{
color: #206D99;
}
</style>
background-color css
<style>
a { background-color: #206D99; }
a { background-color: rgb(32,109,153); }
div.DivClassName
{
background-color: #206D99;
}
.BgClassName
{
background-color: #206D99;
}
</style>
border-color css
<style>
span { border-color: #206D99; }
span { border-color: rgb(32,109,153); }
td.TdClassName
{
border-color: #206D99;
}
.TagClassName
{
border-color: #206D99;
}
</style>