Shades of Lochmara #20679C
Tints of Lochmara #20679C
RGB
CMYK
RGB Variations
Color information
#20679C (or 0x20679C) is known color: Lochmara. HEX triplet: 20, 67 and 9C. RGB value is (32,103,156). Sum of RGB (Red+Green+Blue) = 32+103+156=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #20679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20679C is #DF9863. Grayscale: #575757. Windows color (decimal): -14653540 or 10250016. OLE color: 10250016.
HSL color Cylindrical-coordinate representation of color #20679C: hue angle of 205.65º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20679C is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 103 | 156 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.39 |
| HSL | 205.65º | 0.66% | 0.37% | - |
| HSV(B) | 205.65º | 0.79% | 0.61% | - |
| XYZ | 11.45 | 12.41 | 33.24 | - |
| YUV | 87.81 | 166.48 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 156 | 0.79 | 0.34 | 0 | 0.39 | 205.65 | 0.66 | 0.37 |
| Hex | 20 | 67 | 9C | 4F | 22 | 0 | 27 | CE | 42 | 25 |
| Octal | 40 | 147 | 234 | 117 | 42 | 0 | 47 | 316 | 102 | 45 |
| Binary | 100000 | 1100111 | 10011100 | 1001111 | 100010 | 0 | 100111 | 11001110 | 1000010 | 100101 |
Color Harmonies of #20679C
Complementary color
Monochromatic Colors of #20679C
Black with #20679C
Text Example
Text Example
White with #20679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20679C; }
p { color: rgb(32,103,156); }
H1.HeaderClassName
{
color: #20679C;
}
.AnyTagClassName
{
color: #20679C;
}
</style>
background-color css
<style>
a { background-color: #20679C; }
a { background-color: rgb(32,103,156); }
div.DivClassName
{
background-color: #20679C;
}
.BgClassName
{
background-color: #20679C;
}
</style>
border-color css
<style>
span { border-color: #20679C; }
span { border-color: rgb(32,103,156); }
td.TdClassName
{
border-color: #20679C;
}
.TagClassName
{
border-color: #20679C;
}
</style>