Shades of Lochmara #20669A
Tints of Lochmara #20669A
RGB
CMYK
RGB Variations
Color information
#20669A (or 0x20669A) is known color: Lochmara. HEX triplet: 20, 66 and 9A. RGB value is (32,102,154). Sum of RGB (Red+Green+Blue) = 32+102+154=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 154 (60.55% from 255 or 53.47% from 288); Max value from RGB is 154 - color contains mainly: blue. Hex color #20669A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20669A is #DF9965. Grayscale: #565656. Windows color (decimal): -14653798 or 10118688. OLE color: 10118688.
HSL color Cylindrical-coordinate representation of color #20669A: hue angle of 205.57º degrees, saturation: 0.66, 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 #20669A is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 102 | 154 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.40 |
| HSL | 205.57º | 0.66% | 0.36% | - |
| HSV(B) | 205.57º | 0.79% | 0.6% | - |
| XYZ | 11.18 | 12.14 | 32.33 | - |
| YUV | 87 | 165.81 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 154 | 0.79 | 0.34 | 0 | 0.40 | 205.57 | 0.66 | 0.36 |
| Hex | 20 | 66 | 9A | 4F | 22 | 0 | 28 | CE | 42 | 24 |
| Octal | 40 | 146 | 232 | 117 | 42 | 0 | 50 | 316 | 102 | 44 |
| Binary | 100000 | 1100110 | 10011010 | 1001111 | 100010 | 0 | 101000 | 11001110 | 1000010 | 100100 |
Color Harmonies of #20669A
Complementary color
Monochromatic Colors of #20669A
Black with #20669A
Text Example
Text Example
White with #20669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20669A; }
p { color: rgb(32,102,154); }
H1.HeaderClassName
{
color: #20669A;
}
.AnyTagClassName
{
color: #20669A;
}
</style>
background-color css
<style>
a { background-color: #20669A; }
a { background-color: rgb(32,102,154); }
div.DivClassName
{
background-color: #20669A;
}
.BgClassName
{
background-color: #20669A;
}
</style>
border-color css
<style>
span { border-color: #20669A; }
span { border-color: rgb(32,102,154); }
td.TdClassName
{
border-color: #20669A;
}
.TagClassName
{
border-color: #20669A;
}
</style>