Shades of Lochmara #206BAE
Tints of Lochmara #206BAE
RGB
CMYK
RGB Variations
Color information
#206BAE (or 0x206BAE) is known color: Lochmara. HEX triplet: 20, 6B and AE. RGB value is (32,107,174). Sum of RGB (Red+Green+Blue) = 32+107+174=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #206BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206BAE is #DF9451. Grayscale: #5B5B5B. Windows color (decimal): -14652498 or 11430688. OLE color: 11430688.
HSL color Cylindrical-coordinate representation of color #206BAE: hue angle of 208.31º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #206BAE is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 107 | 174 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.32 |
| HSL | 208.31º | 0.69% | 0.4% | - |
| HSV(B) | 208.31º | 0.82% | 0.68% | - |
| XYZ | 13.49 | 13.88 | 42.01 | - |
| YUV | 92.21 | 174.15 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 174 | 0.82 | 0.39 | 0 | 0.32 | 208.31 | 0.69 | 0.4 |
| Hex | 20 | 6B | AE | 52 | 27 | 0 | 20 | D0 | 45 | 28 |
| Octal | 40 | 153 | 256 | 122 | 47 | 0 | 40 | 320 | 105 | 50 |
| Binary | 100000 | 1101011 | 10101110 | 1010010 | 100111 | 0 | 100000 | 11010000 | 1000101 | 101000 |
Color Harmonies of #206BAE
Complementary color
Monochromatic Colors of #206BAE
Black with #206BAE
Text Example
Text Example
White with #206BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206BAE; }
p { color: rgb(32,107,174); }
H1.HeaderClassName
{
color: #206BAE;
}
.AnyTagClassName
{
color: #206BAE;
}
</style>
background-color css
<style>
a { background-color: #206BAE; }
a { background-color: rgb(32,107,174); }
div.DivClassName
{
background-color: #206BAE;
}
.BgClassName
{
background-color: #206BAE;
}
</style>
border-color css
<style>
span { border-color: #206BAE; }
span { border-color: rgb(32,107,174); }
td.TdClassName
{
border-color: #206BAE;
}
.TagClassName
{
border-color: #206BAE;
}
</style>