Shades of Lochmara #206CA3
Tints of Lochmara #206CA3
RGB
CMYK
RGB Variations
Color information
#206CA3 (or 0x206CA3) is known color: Lochmara. HEX triplet: 20, 6C and A3. RGB value is (32,108,163). Sum of RGB (Red+Green+Blue) = 32+108+163=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 163 (64.06% from 255 or 53.80% from 303); Max value from RGB is 163 - color contains mainly: blue. Hex color #206CA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206CA3 is #DF935C. Grayscale: #5B5B5B. Windows color (decimal): -14652253 or 10710048. OLE color: 10710048.
HSL color Cylindrical-coordinate representation of color #206CA3: hue angle of 205.19º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #206CA3 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 108 | 163 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.36 |
| HSL | 205.19º | 0.67% | 0.38% | - |
| HSV(B) | 205.19º | 0.8% | 0.64% | - |
| XYZ | 12.57 | 13.68 | 36.63 | - |
| YUV | 91.55 | 168.32 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 163 | 0.80 | 0.34 | 0 | 0.36 | 205.19 | 0.67 | 0.38 |
| Hex | 20 | 6C | A3 | 50 | 22 | 0 | 24 | CD | 43 | 26 |
| Octal | 40 | 154 | 243 | 120 | 42 | 0 | 44 | 315 | 103 | 46 |
| Binary | 100000 | 1101100 | 10100011 | 1010000 | 100010 | 0 | 100100 | 11001101 | 1000011 | 100110 |
Color Harmonies of #206CA3
Complementary color
Monochromatic Colors of #206CA3
Black with #206CA3
Text Example
Text Example
White with #206CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206CA3; }
p { color: rgb(32,108,163); }
H1.HeaderClassName
{
color: #206CA3;
}
.AnyTagClassName
{
color: #206CA3;
}
</style>
background-color css
<style>
a { background-color: #206CA3; }
a { background-color: rgb(32,108,163); }
div.DivClassName
{
background-color: #206CA3;
}
.BgClassName
{
background-color: #206CA3;
}
</style>
border-color css
<style>
span { border-color: #206CA3; }
span { border-color: rgb(32,108,163); }
td.TdClassName
{
border-color: #206CA3;
}
.TagClassName
{
border-color: #206CA3;
}
</style>