Shades of Lochmara #206BA9
Tints of Lochmara #206BA9
RGB
CMYK
RGB Variations
Color information
#206BA9 (or 0x206BA9) is known color: Lochmara. HEX triplet: 20, 6B and A9. RGB value is (32,107,169). Sum of RGB (Red+Green+Blue) = 32+107+169=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 169 (66.41% from 255 or 54.87% from 308); Max value from RGB is 169 - color contains mainly: blue. Hex color #206BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206BA9 is #DF9456. Grayscale: #5B5B5B. Windows color (decimal): -14652503 or 11103008. OLE color: 11103008.
HSL color Cylindrical-coordinate representation of color #206BA9: hue angle of 207.15º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #206BA9 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 32 | 107 | 169 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.34 |
| HSL | 207.15º | 0.68% | 0.39% | - |
| HSV(B) | 207.15º | 0.81% | 0.66% | - |
| XYZ | 13.01 | 13.69 | 39.49 | - |
| YUV | 91.64 | 171.65 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 169 | 0.81 | 0.37 | 0 | 0.34 | 207.15 | 0.68 | 0.39 |
| Hex | 20 | 6B | A9 | 51 | 25 | 0 | 22 | CF | 44 | 27 |
| Octal | 40 | 153 | 251 | 121 | 45 | 0 | 42 | 317 | 104 | 47 |
| Binary | 100000 | 1101011 | 10101001 | 1010001 | 100101 | 0 | 100010 | 11001111 | 1000100 | 100111 |
Color Harmonies of #206BA9
Complementary color
Monochromatic Colors of #206BA9
Black with #206BA9
Text Example
Text Example
White with #206BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206BA9; }
p { color: rgb(32,107,169); }
H1.HeaderClassName
{
color: #206BA9;
}
.AnyTagClassName
{
color: #206BA9;
}
</style>
background-color css
<style>
a { background-color: #206BA9; }
a { background-color: rgb(32,107,169); }
div.DivClassName
{
background-color: #206BA9;
}
.BgClassName
{
background-color: #206BA9;
}
</style>
border-color css
<style>
span { border-color: #206BA9; }
span { border-color: rgb(32,107,169); }
td.TdClassName
{
border-color: #206BA9;
}
.TagClassName
{
border-color: #206BA9;
}
</style>