Shades of Lochmara #20679F
Tints of Lochmara #20679F
RGB
CMYK
RGB Variations
Color information
#20679F (or 0x20679F) is known color: Lochmara. HEX triplet: 20, 67 and 9F. RGB value is (32,103,159). Sum of RGB (Red+Green+Blue) = 32+103+159=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #20679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20679F is #DF9860. Grayscale: #575757. Windows color (decimal): -14653537 or 10446624. OLE color: 10446624.
HSL color Cylindrical-coordinate representation of color #20679F: hue angle of 206.46º 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 #20679F is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 103 | 159 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.38 |
| HSL | 206.46º | 0.66% | 0.37% | - |
| HSV(B) | 206.46º | 0.8% | 0.62% | - |
| XYZ | 11.7 | 12.51 | 34.6 | - |
| YUV | 88.16 | 167.98 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 159 | 0.80 | 0.35 | 0 | 0.38 | 206.46 | 0.66 | 0.37 |
| Hex | 20 | 67 | 9F | 50 | 23 | 0 | 26 | CE | 42 | 25 |
| Octal | 40 | 147 | 237 | 120 | 43 | 0 | 46 | 316 | 102 | 45 |
| Binary | 100000 | 1100111 | 10011111 | 1010000 | 100011 | 0 | 100110 | 11001110 | 1000010 | 100101 |
Color Harmonies of #20679F
Complementary color
Monochromatic Colors of #20679F
Black with #20679F
Text Example
Text Example
White with #20679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20679F; }
p { color: rgb(32,103,159); }
H1.HeaderClassName
{
color: #20679F;
}
.AnyTagClassName
{
color: #20679F;
}
</style>
background-color css
<style>
a { background-color: #20679F; }
a { background-color: rgb(32,103,159); }
div.DivClassName
{
background-color: #20679F;
}
.BgClassName
{
background-color: #20679F;
}
</style>
border-color css
<style>
span { border-color: #20679F; }
span { border-color: rgb(32,103,159); }
td.TdClassName
{
border-color: #20679F;
}
.TagClassName
{
border-color: #20679F;
}
</style>