Shades of Lochmara #206AA2
Tints of Lochmara #206AA2
RGB
CMYK
RGB Variations
Color information
#206AA2 (or 0x206AA2) is known color: Lochmara. HEX triplet: 20, 6A and A2. RGB value is (32,106,162). Sum of RGB (Red+Green+Blue) = 32+106+162=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 162 (63.67% from 255 or 54% from 300); Max value from RGB is 162 - color contains mainly: blue. Hex color #206AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206AA2 is #DF955D. Grayscale: #595959. Windows color (decimal): -14652766 or 10644000. OLE color: 10644000.
HSL color Cylindrical-coordinate representation of color #206AA2: hue angle of 205.85º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #206AA2 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 106 | 162 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.36 |
| HSL | 205.85º | 0.67% | 0.38% | - |
| HSV(B) | 205.85º | 0.8% | 0.64% | - |
| XYZ | 12.27 | 13.22 | 36.09 | - |
| YUV | 90.26 | 168.48 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 106 | 162 | 0.80 | 0.35 | 0 | 0.36 | 205.85 | 0.67 | 0.38 |
| Hex | 20 | 6A | A2 | 50 | 23 | 0 | 24 | CE | 43 | 26 |
| Octal | 40 | 152 | 242 | 120 | 43 | 0 | 44 | 316 | 103 | 46 |
| Binary | 100000 | 1101010 | 10100010 | 1010000 | 100011 | 0 | 100100 | 11001110 | 1000011 | 100110 |
Color Harmonies of #206AA2
Complementary color
Monochromatic Colors of #206AA2
Black with #206AA2
Text Example
Text Example
White with #206AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206AA2; }
p { color: rgb(32,106,162); }
H1.HeaderClassName
{
color: #206AA2;
}
.AnyTagClassName
{
color: #206AA2;
}
</style>
background-color css
<style>
a { background-color: #206AA2; }
a { background-color: rgb(32,106,162); }
div.DivClassName
{
background-color: #206AA2;
}
.BgClassName
{
background-color: #206AA2;
}
</style>
border-color css
<style>
span { border-color: #206AA2; }
span { border-color: rgb(32,106,162); }
td.TdClassName
{
border-color: #206AA2;
}
.TagClassName
{
border-color: #206AA2;
}
</style>