Shades of Lochmara #206EAD
Tints of Lochmara #206EAD
RGB
CMYK
RGB Variations
Color information
#206EAD (or 0x206EAD) is known color: Lochmara. HEX triplet: 20, 6E and AD. RGB value is (32,110,173). Sum of RGB (Red+Green+Blue) = 32+110+173=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #206EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206EAD is #DF9152. Grayscale: #5D5D5D. Windows color (decimal): -14651731 or 11365920. OLE color: 11365920.
HSL color Cylindrical-coordinate representation of color #206EAD: hue angle of 206.81º 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 #206EAD is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 110 | 173 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.32 |
| HSL | 206.81º | 0.69% | 0.4% | - |
| HSV(B) | 206.81º | 0.82% | 0.68% | - |
| XYZ | 13.71 | 14.48 | 41.61 | - |
| YUV | 93.86 | 172.66 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 110 | 173 | 0.82 | 0.36 | 0 | 0.32 | 206.81 | 0.69 | 0.4 |
| Hex | 20 | 6E | AD | 52 | 24 | 0 | 20 | CF | 45 | 28 |
| Octal | 40 | 156 | 255 | 122 | 44 | 0 | 40 | 317 | 105 | 50 |
| Binary | 100000 | 1101110 | 10101101 | 1010010 | 100100 | 0 | 100000 | 11001111 | 1000101 | 101000 |
Color Harmonies of #206EAD
Complementary color
Monochromatic Colors of #206EAD
Black with #206EAD
Text Example
Text Example
White with #206EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206EAD; }
p { color: rgb(32,110,173); }
H1.HeaderClassName
{
color: #206EAD;
}
.AnyTagClassName
{
color: #206EAD;
}
</style>
background-color css
<style>
a { background-color: #206EAD; }
a { background-color: rgb(32,110,173); }
div.DivClassName
{
background-color: #206EAD;
}
.BgClassName
{
background-color: #206EAD;
}
</style>
border-color css
<style>
span { border-color: #206EAD; }
span { border-color: rgb(32,110,173); }
td.TdClassName
{
border-color: #206EAD;
}
.TagClassName
{
border-color: #206EAD;
}
</style>