Shades of Lochmara #206AA0
Tints of Lochmara #206AA0
RGB
CMYK
RGB Variations
Color information
#206AA0 (or 0x206AA0) is known color: Lochmara. HEX triplet: 20, 6A and A0. RGB value is (32,106,160). Sum of RGB (Red+Green+Blue) = 32+106+160=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 160 (62.89% from 255 or 53.69% from 298); Max value from RGB is 160 - color contains mainly: blue. Hex color #206AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206AA0 is #DF955F. Grayscale: #595959. Windows color (decimal): -14652768 or 10512928. OLE color: 10512928.
HSL color Cylindrical-coordinate representation of color #206AA0: hue angle of 205.31º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #206AA0 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 106 | 160 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.37 |
| HSL | 205.31º | 0.67% | 0.38% | - |
| HSV(B) | 205.31º | 0.8% | 0.63% | - |
| XYZ | 12.09 | 13.15 | 35.16 | - |
| YUV | 90.03 | 167.48 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 106 | 160 | 0.80 | 0.34 | 0 | 0.37 | 205.31 | 0.67 | 0.38 |
| Hex | 20 | 6A | A0 | 50 | 22 | 0 | 25 | CD | 43 | 26 |
| Octal | 40 | 152 | 240 | 120 | 42 | 0 | 45 | 315 | 103 | 46 |
| Binary | 100000 | 1101010 | 10100000 | 1010000 | 100010 | 0 | 100101 | 11001101 | 1000011 | 100110 |
Color Harmonies of #206AA0
Complementary color
Monochromatic Colors of #206AA0
Black with #206AA0
Text Example
Text Example
White with #206AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206AA0; }
p { color: rgb(32,106,160); }
H1.HeaderClassName
{
color: #206AA0;
}
.AnyTagClassName
{
color: #206AA0;
}
</style>
background-color css
<style>
a { background-color: #206AA0; }
a { background-color: rgb(32,106,160); }
div.DivClassName
{
background-color: #206AA0;
}
.BgClassName
{
background-color: #206AA0;
}
</style>
border-color css
<style>
span { border-color: #206AA0; }
span { border-color: rgb(32,106,160); }
td.TdClassName
{
border-color: #206AA0;
}
.TagClassName
{
border-color: #206AA0;
}
</style>