Shades of Downy #6EE7C1
Tints of Downy #6EE7C1
RGB
CMYK
RGB Variations
Color information
#6EE7C1 (or 0x6EE7C1) is known color: Downy. HEX triplet: 6E, E7 and C1. RGB value is (110,231,193). Sum of RGB (Red+Green+Blue) = 110+231+193=534 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.60% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 231 - color contains mainly: green. Hex color #6EE7C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EE7C1 is #91183E. Grayscale: #BEBEBE. Windows color (decimal): -9508927 or 12707694. OLE color: 12707694.
HSL color Cylindrical-coordinate representation of color #6EE7C1: hue angle of 161.16º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EE7C1 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 231 | 193 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.09 |
| HSL | 161.16º | 0.72% | 0.67% | - |
| HSV(B) | 161.16º | 0.52% | 0.91% | - |
| XYZ | 44.63 | 64.32 | 60.51 | - |
| YUV | 190.49 | 129.41 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 231 | 193 | 0.52 | 0 | 0.16 | 0.09 | 161.16 | 0.72 | 0.67 |
| Hex | 6E | E7 | C1 | 34 | 0 | 10 | 9 | A1 | 48 | 43 |
| Octal | 156 | 347 | 301 | 64 | 0 | 20 | 11 | 241 | 110 | 103 |
| Binary | 1101110 | 11100111 | 11000001 | 110100 | 0 | 10000 | 1001 | 10100001 | 1001000 | 1000011 |
Color Harmonies of #6EE7C1
Complementary color
Monochromatic Colors of #6EE7C1
Black with #6EE7C1
Text Example
Text Example
White with #6EE7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE7C1; }
p { color: rgb(110,231,193); }
H1.HeaderClassName
{
color: #6EE7C1;
}
.AnyTagClassName
{
color: #6EE7C1;
}
</style>
background-color css
<style>
a { background-color: #6EE7C1; }
a { background-color: rgb(110,231,193); }
div.DivClassName
{
background-color: #6EE7C1;
}
.BgClassName
{
background-color: #6EE7C1;
}
</style>
border-color css
<style>
span { border-color: #6EE7C1; }
span { border-color: rgb(110,231,193); }
td.TdClassName
{
border-color: #6EE7C1;
}
.TagClassName
{
border-color: #6EE7C1;
}
</style>