Shades of Lochmara #206C9C
Tints of Lochmara #206C9C
RGB
CMYK
RGB Variations
Color information
#206C9C (or 0x206C9C) is known color: Lochmara. HEX triplet: 20, 6C and 9C. RGB value is (32,108,156). Sum of RGB (Red+Green+Blue) = 32+108+156=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #206C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206C9C is #DF9363. Grayscale: #5A5A5A. Windows color (decimal): -14652260 or 10251296. OLE color: 10251296.
HSL color Cylindrical-coordinate representation of color #206C9C: hue angle of 203.23º 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 #206C9C is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 108 | 156 | - |
| CMYK | 0.79 | 0.31 | 0 | 0.39 |
| HSL | 203.23º | 0.66% | 0.37% | - |
| HSV(B) | 203.23º | 0.79% | 0.61% | - |
| XYZ | 11.96 | 13.43 | 33.41 | - |
| YUV | 90.75 | 164.82 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 156 | 0.79 | 0.31 | 0 | 0.39 | 203.23 | 0.66 | 0.37 |
| Hex | 20 | 6C | 9C | 4F | 1F | 0 | 27 | CB | 42 | 25 |
| Octal | 40 | 154 | 234 | 117 | 37 | 0 | 47 | 313 | 102 | 45 |
| Binary | 100000 | 1101100 | 10011100 | 1001111 | 11111 | 0 | 100111 | 11001011 | 1000010 | 100101 |
Color Harmonies of #206C9C
Complementary color
Monochromatic Colors of #206C9C
Black with #206C9C
Text Example
Text Example
White with #206C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206C9C; }
p { color: rgb(32,108,156); }
H1.HeaderClassName
{
color: #206C9C;
}
.AnyTagClassName
{
color: #206C9C;
}
</style>
background-color css
<style>
a { background-color: #206C9C; }
a { background-color: rgb(32,108,156); }
div.DivClassName
{
background-color: #206C9C;
}
.BgClassName
{
background-color: #206C9C;
}
</style>
border-color css
<style>
span { border-color: #206C9C; }
span { border-color: rgb(32,108,156); }
td.TdClassName
{
border-color: #206C9C;
}
.TagClassName
{
border-color: #206C9C;
}
</style>