Shades of Lochmara #20689E
Tints of Lochmara #20689E
RGB
CMYK
RGB Variations
Color information
#20689E (or 0x20689E) is known color: Lochmara. HEX triplet: 20, 68 and 9E. RGB value is (32,104,158). Sum of RGB (Red+Green+Blue) = 32+104+158=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #20689E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20689E is #DF9761. Grayscale: #585858. Windows color (decimal): -14653282 or 10381344. OLE color: 10381344.
HSL color Cylindrical-coordinate representation of color #20689E: hue angle of 205.71º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20689E is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 104 | 158 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.38 |
| HSL | 205.71º | 0.66% | 0.37% | - |
| HSV(B) | 205.71º | 0.8% | 0.62% | - |
| XYZ | 11.72 | 12.68 | 34.18 | - |
| YUV | 88.63 | 167.15 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 158 | 0.80 | 0.34 | 0 | 0.38 | 205.71 | 0.66 | 0.37 |
| Hex | 20 | 68 | 9E | 50 | 22 | 0 | 26 | CE | 42 | 25 |
| Octal | 40 | 150 | 236 | 120 | 42 | 0 | 46 | 316 | 102 | 45 |
| Binary | 100000 | 1101000 | 10011110 | 1010000 | 100010 | 0 | 100110 | 11001110 | 1000010 | 100101 |
Color Harmonies of #20689E
Complementary color
Monochromatic Colors of #20689E
Black with #20689E
Text Example
Text Example
White with #20689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20689E; }
p { color: rgb(32,104,158); }
H1.HeaderClassName
{
color: #20689E;
}
.AnyTagClassName
{
color: #20689E;
}
</style>
background-color css
<style>
a { background-color: #20689E; }
a { background-color: rgb(32,104,158); }
div.DivClassName
{
background-color: #20689E;
}
.BgClassName
{
background-color: #20689E;
}
</style>
border-color css
<style>
span { border-color: #20689E; }
span { border-color: rgb(32,104,158); }
td.TdClassName
{
border-color: #20689E;
}
.TagClassName
{
border-color: #20689E;
}
</style>