Shades of Lochmara #206699
Tints of Lochmara #206699
RGB
CMYK
RGB Variations
Color information
#206699 (or 0x206699) is known color: Lochmara. HEX triplet: 20, 66 and 99. RGB value is (32,102,153). Sum of RGB (Red+Green+Blue) = 32+102+153=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #206699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206699 is #DF9966. Grayscale: #565656. Windows color (decimal): -14653799 or 10053152. OLE color: 10053152.
HSL color Cylindrical-coordinate representation of color #206699: hue angle of 205.29º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #206699 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 102 | 153 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.4 |
| HSL | 205.29º | 0.65% | 0.36% | - |
| HSV(B) | 205.29º | 0.79% | 0.6% | - |
| XYZ | 11.1 | 12.11 | 31.89 | - |
| YUV | 86.88 | 165.31 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 153 | 0.79 | 0.33 | 0 | 0.4 | 205.29 | 0.65 | 0.36 |
| Hex | 20 | 66 | 99 | 4F | 21 | 0 | 28 | CD | 41 | 24 |
| Octal | 40 | 146 | 231 | 117 | 41 | 0 | 50 | 315 | 101 | 44 |
| Binary | 100000 | 1100110 | 10011001 | 1001111 | 100001 | 0 | 101000 | 11001101 | 1000001 | 100100 |
Color Harmonies of #206699
Complementary color
Monochromatic Colors of #206699
Black with #206699
Text Example
Text Example
White with #206699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206699; }
p { color: rgb(32,102,153); }
H1.HeaderClassName
{
color: #206699;
}
.AnyTagClassName
{
color: #206699;
}
</style>
background-color css
<style>
a { background-color: #206699; }
a { background-color: rgb(32,102,153); }
div.DivClassName
{
background-color: #206699;
}
.BgClassName
{
background-color: #206699;
}
</style>
border-color css
<style>
span { border-color: #206699; }
span { border-color: rgb(32,102,153); }
td.TdClassName
{
border-color: #206699;
}
.TagClassName
{
border-color: #206699;
}
</style>