Shades of Lochmara #20689F
Tints of Lochmara #20689F
RGB
CMYK
RGB Variations
Color information
#20689F (or 0x20689F) is known color: Lochmara. HEX triplet: 20, 68 and 9F. RGB value is (32,104,159). Sum of RGB (Red+Green+Blue) = 32+104+159=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #20689F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20689F is #DF9760. Grayscale: #585858. Windows color (decimal): -14653281 or 10446880. OLE color: 10446880.
HSL color Cylindrical-coordinate representation of color #20689F: hue angle of 205.98º 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 #20689F is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 104 | 159 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.38 |
| HSL | 205.98º | 0.66% | 0.37% | - |
| HSV(B) | 205.98º | 0.8% | 0.62% | - |
| XYZ | 11.8 | 12.71 | 34.63 | - |
| YUV | 88.74 | 167.65 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 159 | 0.80 | 0.35 | 0 | 0.38 | 205.98 | 0.66 | 0.37 |
| Hex | 20 | 68 | 9F | 50 | 23 | 0 | 26 | CE | 42 | 25 |
| Octal | 40 | 150 | 237 | 120 | 43 | 0 | 46 | 316 | 102 | 45 |
| Binary | 100000 | 1101000 | 10011111 | 1010000 | 100011 | 0 | 100110 | 11001110 | 1000010 | 100101 |
Color Harmonies of #20689F
Complementary color
Monochromatic Colors of #20689F
Black with #20689F
Text Example
Text Example
White with #20689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20689F; }
p { color: rgb(32,104,159); }
H1.HeaderClassName
{
color: #20689F;
}
.AnyTagClassName
{
color: #20689F;
}
</style>
background-color css
<style>
a { background-color: #20689F; }
a { background-color: rgb(32,104,159); }
div.DivClassName
{
background-color: #20689F;
}
.BgClassName
{
background-color: #20689F;
}
</style>
border-color css
<style>
span { border-color: #20689F; }
span { border-color: rgb(32,104,159); }
td.TdClassName
{
border-color: #20689F;
}
.TagClassName
{
border-color: #20689F;
}
</style>