Shades of Downy #6BEBB5
Tints of Downy #6BEBB5
RGB
CMYK
RGB Variations
Color information
#6BEBB5 (or 0x6BEBB5) is known color: Downy. HEX triplet: 6B, EB and B5. RGB value is (107,235,181). Sum of RGB (Red+Green+Blue) = 107+235+181=523 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.46% from 523); Green value is 235 (92.19% from 255 or 44.93% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEBB5 is #94144A. Grayscale: #BEBEBE. Windows color (decimal): -9704523 or 11922283. OLE color: 11922283.
HSL color Cylindrical-coordinate representation of color #6BEBB5: hue angle of 154.69º 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 #6BEBB5 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 235 | 181 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.08 |
| HSL | 154.69º | 0.76% | 0.67% | - |
| HSV(B) | 154.69º | 0.54% | 0.92% | - |
| XYZ | 44.11 | 65.88 | 54.11 | - |
| YUV | 190.57 | 122.59 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 235 | 181 | 0.54 | 0 | 0.23 | 0.08 | 154.69 | 0.76 | 0.67 |
| Hex | 6B | EB | B5 | 36 | 0 | 17 | 8 | 9B | 4C | 43 |
| Octal | 153 | 353 | 265 | 66 | 0 | 27 | 10 | 233 | 114 | 103 |
| Binary | 1101011 | 11101011 | 10110101 | 110110 | 0 | 10111 | 1000 | 10011011 | 1001100 | 1000011 |
Color Harmonies of #6BEBB5
Complementary color
Monochromatic Colors of #6BEBB5
Black with #6BEBB5
Text Example
Text Example
White with #6BEBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEBB5; }
p { color: rgb(107,235,181); }
H1.HeaderClassName
{
color: #6BEBB5;
}
.AnyTagClassName
{
color: #6BEBB5;
}
</style>
background-color css
<style>
a { background-color: #6BEBB5; }
a { background-color: rgb(107,235,181); }
div.DivClassName
{
background-color: #6BEBB5;
}
.BgClassName
{
background-color: #6BEBB5;
}
</style>
border-color css
<style>
span { border-color: #6BEBB5; }
span { border-color: rgb(107,235,181); }
td.TdClassName
{
border-color: #6BEBB5;
}
.TagClassName
{
border-color: #6BEBB5;
}
</style>