Shades of Lochmara #206FA4
Tints of Lochmara #206FA4
RGB
CMYK
RGB Variations
Color information
#206FA4 (or 0x206FA4) is known color: Lochmara. HEX triplet: 20, 6F and A4. RGB value is (32,111,164). Sum of RGB (Red+Green+Blue) = 32+111+164=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #206FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206FA4 is #DF905B. Grayscale: #5D5D5D. Windows color (decimal): -14651484 or 10776352. OLE color: 10776352.
HSL color Cylindrical-coordinate representation of color #206FA4: hue angle of 204.09º 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 #206FA4 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 111 | 164 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.36 |
| HSL | 204.09º | 0.67% | 0.38% | - |
| HSV(B) | 204.09º | 0.8% | 0.64% | - |
| XYZ | 12.98 | 14.36 | 37.21 | - |
| YUV | 93.42 | 167.83 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 164 | 0.80 | 0.32 | 0 | 0.36 | 204.09 | 0.67 | 0.38 |
| Hex | 20 | 6F | A4 | 50 | 20 | 0 | 24 | CC | 43 | 26 |
| Octal | 40 | 157 | 244 | 120 | 40 | 0 | 44 | 314 | 103 | 46 |
| Binary | 100000 | 1101111 | 10100100 | 1010000 | 100000 | 0 | 100100 | 11001100 | 1000011 | 100110 |
Color Harmonies of #206FA4
Complementary color
Monochromatic Colors of #206FA4
Black with #206FA4
Text Example
Text Example
White with #206FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206FA4; }
p { color: rgb(32,111,164); }
H1.HeaderClassName
{
color: #206FA4;
}
.AnyTagClassName
{
color: #206FA4;
}
</style>
background-color css
<style>
a { background-color: #206FA4; }
a { background-color: rgb(32,111,164); }
div.DivClassName
{
background-color: #206FA4;
}
.BgClassName
{
background-color: #206FA4;
}
</style>
border-color css
<style>
span { border-color: #206FA4; }
span { border-color: rgb(32,111,164); }
td.TdClassName
{
border-color: #206FA4;
}
.TagClassName
{
border-color: #206FA4;
}
</style>