Shades of Lochmara #206AAD
Tints of Lochmara #206AAD
RGB
CMYK
RGB Variations
Color information
#206AAD (or 0x206AAD) is known color: Lochmara. HEX triplet: 20, 6A and AD. RGB value is (32,106,173). Sum of RGB (Red+Green+Blue) = 32+106+173=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #206AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206AAD is #DF9552. Grayscale: #5B5B5B. Windows color (decimal): -14652755 or 11364896. OLE color: 11364896.
HSL color Cylindrical-coordinate representation of color #206AAD: hue angle of 208.51º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #206AAD is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 106 | 173 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.32 |
| HSL | 208.51º | 0.69% | 0.4% | - |
| HSV(B) | 208.51º | 0.82% | 0.68% | - |
| XYZ | 13.29 | 13.63 | 41.47 | - |
| YUV | 91.51 | 173.98 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 106 | 173 | 0.82 | 0.39 | 0 | 0.32 | 208.51 | 0.69 | 0.4 |
| Hex | 20 | 6A | AD | 52 | 27 | 0 | 20 | D1 | 45 | 28 |
| Octal | 40 | 152 | 255 | 122 | 47 | 0 | 40 | 321 | 105 | 50 |
| Binary | 100000 | 1101010 | 10101101 | 1010010 | 100111 | 0 | 100000 | 11010001 | 1000101 | 101000 |
Color Harmonies of #206AAD
Complementary color
Monochromatic Colors of #206AAD
Black with #206AAD
Text Example
Text Example
White with #206AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206AAD; }
p { color: rgb(32,106,173); }
H1.HeaderClassName
{
color: #206AAD;
}
.AnyTagClassName
{
color: #206AAD;
}
</style>
background-color css
<style>
a { background-color: #206AAD; }
a { background-color: rgb(32,106,173); }
div.DivClassName
{
background-color: #206AAD;
}
.BgClassName
{
background-color: #206AAD;
}
</style>
border-color css
<style>
span { border-color: #206AAD; }
span { border-color: rgb(32,106,173); }
td.TdClassName
{
border-color: #206AAD;
}
.TagClassName
{
border-color: #206AAD;
}
</style>