Shades of Evening Sea #206A4D
Tints of Evening Sea #206A4D
RGB
CMYK
RGB Variations
Color information
#206A4D (or 0x206A4D) is known color: Evening Sea. HEX triplet: 20, 6A and 4D. RGB value is (32,106,77). Sum of RGB (Red+Green+Blue) = 32+106+77=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 106 (41.80% from 255 or 49.30% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 106 - color contains mainly: green. Hex color #206A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206A4D is #DF95B2. Grayscale: #505050. Windows color (decimal): -14652851 or 5073440. OLE color: 5073440.
HSL color Cylindrical-coordinate representation of color #206A4D: hue angle of 156.49º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206A4D is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 106 | 77 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.58 |
| HSL | 156.49º | 0.54% | 0.27% | - |
| HSV(B) | 156.49º | 0.7% | 0.42% | - |
| XYZ | 7.09 | 11.15 | 8.8 | - |
| YUV | 80.57 | 125.98 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 106 | 77 | 0.70 | 0 | 0.27 | 0.58 | 156.49 | 0.54 | 0.27 |
| Hex | 20 | 6A | 4D | 46 | 0 | 1B | 3A | 9C | 36 | 1B |
| Octal | 40 | 152 | 115 | 106 | 0 | 33 | 72 | 234 | 66 | 33 |
| Binary | 100000 | 1101010 | 1001101 | 1000110 | 0 | 11011 | 111010 | 10011100 | 110110 | 11011 |
Color Harmonies of #206A4D
Complementary color
Monochromatic Colors of #206A4D
Black with #206A4D
Text Example
Text Example
White with #206A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206A4D; }
p { color: rgb(32,106,77); }
H1.HeaderClassName
{
color: #206A4D;
}
.AnyTagClassName
{
color: #206A4D;
}
</style>
background-color css
<style>
a { background-color: #206A4D; }
a { background-color: rgb(32,106,77); }
div.DivClassName
{
background-color: #206A4D;
}
.BgClassName
{
background-color: #206A4D;
}
</style>
border-color css
<style>
span { border-color: #206A4D; }
span { border-color: rgb(32,106,77); }
td.TdClassName
{
border-color: #206A4D;
}
.TagClassName
{
border-color: #206A4D;
}
</style>