Shades of Downy #6BE7BE
Tints of Downy #6BE7BE
RGB
CMYK
RGB Variations
Color information
#6BE7BE (or 0x6BE7BE) is known color: Downy. HEX triplet: 6B, E7 and BE. RGB value is (107,231,190). Sum of RGB (Red+Green+Blue) = 107+231+190=528 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.27% from 528); Green value is 231 (90.62% from 255 or 43.75% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 231 - color contains mainly: green. Hex color #6BE7BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE7BE is #941841. Grayscale: #BDBDBD. Windows color (decimal): -9705538 or 12511083. OLE color: 12511083.
HSL color Cylindrical-coordinate representation of color #6BE7BE: hue angle of 160.16º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BE7BE is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 107 | 231 | 190 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.09 |
| HSL | 160.16º | 0.72% | 0.66% | - |
| HSV(B) | 160.16º | 0.54% | 0.91% | - |
| XYZ | 43.93 | 64 | 58.75 | - |
| YUV | 189.25 | 128.42 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 231 | 190 | 0.54 | 0 | 0.18 | 0.09 | 160.16 | 0.72 | 0.66 |
| Hex | 6B | E7 | BE | 36 | 0 | 12 | 9 | A0 | 48 | 42 |
| Octal | 153 | 347 | 276 | 66 | 0 | 22 | 11 | 240 | 110 | 102 |
| Binary | 1101011 | 11100111 | 10111110 | 110110 | 0 | 10010 | 1001 | 10100000 | 1001000 | 1000010 |
Color Harmonies of #6BE7BE
Complementary color
Monochromatic Colors of #6BE7BE
Black with #6BE7BE
Text Example
Text Example
White with #6BE7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE7BE; }
p { color: rgb(107,231,190); }
H1.HeaderClassName
{
color: #6BE7BE;
}
.AnyTagClassName
{
color: #6BE7BE;
}
</style>
background-color css
<style>
a { background-color: #6BE7BE; }
a { background-color: rgb(107,231,190); }
div.DivClassName
{
background-color: #6BE7BE;
}
.BgClassName
{
background-color: #6BE7BE;
}
</style>
border-color css
<style>
span { border-color: #6BE7BE; }
span { border-color: rgb(107,231,190); }
td.TdClassName
{
border-color: #6BE7BE;
}
.TagClassName
{
border-color: #6BE7BE;
}
</style>