Shades of Downy #6BE7B7
Tints of Downy #6BE7B7
RGB
CMYK
RGB Variations
Color information
#6BE7B7 (or 0x6BE7B7) is known color: Downy. HEX triplet: 6B, E7 and B7. RGB value is (107,231,183). Sum of RGB (Red+Green+Blue) = 107+231+183=521 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.54% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #6BE7B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE7B7 is #941848. Grayscale: #BCBCBC. Windows color (decimal): -9705545 or 12052331. OLE color: 12052331.
HSL color Cylindrical-coordinate representation of color #6BE7B7: hue angle of 156.77º 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 #6BE7B7 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 107 | 231 | 183 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.09 |
| HSL | 156.77º | 0.72% | 0.66% | - |
| HSV(B) | 156.77º | 0.54% | 0.91% | - |
| XYZ | 43.19 | 63.7 | 54.82 | - |
| YUV | 188.45 | 124.92 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 231 | 183 | 0.54 | 0 | 0.21 | 0.09 | 156.77 | 0.72 | 0.66 |
| Hex | 6B | E7 | B7 | 36 | 0 | 15 | 9 | 9D | 48 | 42 |
| Octal | 153 | 347 | 267 | 66 | 0 | 25 | 11 | 235 | 110 | 102 |
| Binary | 1101011 | 11100111 | 10110111 | 110110 | 0 | 10101 | 1001 | 10011101 | 1001000 | 1000010 |
Color Harmonies of #6BE7B7
Complementary color
Monochromatic Colors of #6BE7B7
Black with #6BE7B7
Text Example
Text Example
White with #6BE7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE7B7; }
p { color: rgb(107,231,183); }
H1.HeaderClassName
{
color: #6BE7B7;
}
.AnyTagClassName
{
color: #6BE7B7;
}
</style>
background-color css
<style>
a { background-color: #6BE7B7; }
a { background-color: rgb(107,231,183); }
div.DivClassName
{
background-color: #6BE7B7;
}
.BgClassName
{
background-color: #6BE7B7;
}
</style>
border-color css
<style>
span { border-color: #6BE7B7; }
span { border-color: rgb(107,231,183); }
td.TdClassName
{
border-color: #6BE7B7;
}
.TagClassName
{
border-color: #6BE7B7;
}
</style>