Shades of Downy #6BEBC9
Tints of Downy #6BEBC9
RGB
CMYK
RGB Variations
Color information
#6BEBC9 (or 0x6BEBC9) is known color: Downy. HEX triplet: 6B, EB and C9. RGB value is (107,235,201). Sum of RGB (Red+Green+Blue) = 107+235+201=543 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.71% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEBC9 is #941436. Grayscale: #C0C0C0. Windows color (decimal): -9704503 or 13233003. OLE color: 13233003.
HSL color Cylindrical-coordinate representation of color #6BEBC9: hue angle of 164.06º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEBC9 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 235 | 201 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.08 |
| HSL | 164.06º | 0.76% | 0.67% | - |
| HSV(B) | 164.06º | 0.54% | 0.92% | - |
| XYZ | 46.31 | 66.76 | 65.7 | - |
| YUV | 192.85 | 132.59 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 235 | 201 | 0.54 | 0 | 0.14 | 0.08 | 164.06 | 0.76 | 0.67 |
| Hex | 6B | EB | C9 | 36 | 0 | E | 8 | A4 | 4C | 43 |
| Octal | 153 | 353 | 311 | 66 | 0 | 16 | 10 | 244 | 114 | 103 |
| Binary | 1101011 | 11101011 | 11001001 | 110110 | 0 | 1110 | 1000 | 10100100 | 1001100 | 1000011 |
Color Harmonies of #6BEBC9
Complementary color
Monochromatic Colors of #6BEBC9
Black with #6BEBC9
Text Example
Text Example
White with #6BEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEBC9; }
p { color: rgb(107,235,201); }
H1.HeaderClassName
{
color: #6BEBC9;
}
.AnyTagClassName
{
color: #6BEBC9;
}
</style>
background-color css
<style>
a { background-color: #6BEBC9; }
a { background-color: rgb(107,235,201); }
div.DivClassName
{
background-color: #6BEBC9;
}
.BgClassName
{
background-color: #6BEBC9;
}
</style>
border-color css
<style>
span { border-color: #6BEBC9; }
span { border-color: rgb(107,235,201); }
td.TdClassName
{
border-color: #6BEBC9;
}
.TagClassName
{
border-color: #6BEBC9;
}
</style>