Shades of Lochmara #206C93
Tints of Lochmara #206C93
RGB
CMYK
RGB Variations
Color information
#206C93 (or 0x206C93) is known color: Lochmara. HEX triplet: 20, 6C and 93. RGB value is (32,108,147). Sum of RGB (Red+Green+Blue) = 32+108+147=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #206C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206C93 is #DF936C. Grayscale: #595959. Windows color (decimal): -14652269 or 9661472. OLE color: 9661472.
HSL color Cylindrical-coordinate representation of color #206C93: hue angle of 200.35º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #206C93 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 108 | 147 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.42 |
| HSL | 200.35º | 0.64% | 0.35% | - |
| HSV(B) | 200.35º | 0.78% | 0.58% | - |
| XYZ | 11.22 | 13.14 | 29.55 | - |
| YUV | 89.72 | 160.32 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 147 | 0.78 | 0.27 | 0 | 0.42 | 200.35 | 0.64 | 0.35 |
| Hex | 20 | 6C | 93 | 4E | 1B | 0 | 2A | C8 | 40 | 23 |
| Octal | 40 | 154 | 223 | 116 | 33 | 0 | 52 | 310 | 100 | 43 |
| Binary | 100000 | 1101100 | 10010011 | 1001110 | 11011 | 0 | 101010 | 11001000 | 1000000 | 100011 |
Color Harmonies of #206C93
Complementary color
Monochromatic Colors of #206C93
Black with #206C93
Text Example
Text Example
White with #206C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206C93; }
p { color: rgb(32,108,147); }
H1.HeaderClassName
{
color: #206C93;
}
.AnyTagClassName
{
color: #206C93;
}
</style>
background-color css
<style>
a { background-color: #206C93; }
a { background-color: rgb(32,108,147); }
div.DivClassName
{
background-color: #206C93;
}
.BgClassName
{
background-color: #206C93;
}
</style>
border-color css
<style>
span { border-color: #206C93; }
span { border-color: rgb(32,108,147); }
td.TdClassName
{
border-color: #206C93;
}
.TagClassName
{
border-color: #206C93;
}
</style>