Shades of Downy #6BEFB9
Tints of Downy #6BEFB9
RGB
CMYK
RGB Variations
Color information
#6BEFB9 (or 0x6BEFB9) is known color: Downy. HEX triplet: 6B, EF and B9. RGB value is (107,239,185). Sum of RGB (Red+Green+Blue) = 107+239+185=531 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.15% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFB9 is #941046. Grayscale: #C1C1C1. Windows color (decimal): -9703495 or 12185451. OLE color: 12185451.
HSL color Cylindrical-coordinate representation of color #6BEFB9: hue angle of 155.45º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEFB9 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 239 | 185 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.06 |
| HSL | 155.45º | 0.8% | 0.68% | - |
| HSV(B) | 155.45º | 0.55% | 0.94% | - |
| XYZ | 45.69 | 68.36 | 56.69 | - |
| YUV | 193.38 | 123.27 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 239 | 185 | 0.55 | 0 | 0.23 | 0.06 | 155.45 | 0.8 | 0.68 |
| Hex | 6B | EF | B9 | 37 | 0 | 17 | 6 | 9B | 50 | 44 |
| Octal | 153 | 357 | 271 | 67 | 0 | 27 | 6 | 233 | 120 | 104 |
| Binary | 1101011 | 11101111 | 10111001 | 110111 | 0 | 10111 | 110 | 10011011 | 1010000 | 1000100 |
Color Harmonies of #6BEFB9
Complementary color
Monochromatic Colors of #6BEFB9
Black with #6BEFB9
Text Example
Text Example
White with #6BEFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEFB9; }
p { color: rgb(107,239,185); }
H1.HeaderClassName
{
color: #6BEFB9;
}
.AnyTagClassName
{
color: #6BEFB9;
}
</style>
background-color css
<style>
a { background-color: #6BEFB9; }
a { background-color: rgb(107,239,185); }
div.DivClassName
{
background-color: #6BEFB9;
}
.BgClassName
{
background-color: #6BEFB9;
}
</style>
border-color css
<style>
span { border-color: #6BEFB9; }
span { border-color: rgb(107,239,185); }
td.TdClassName
{
border-color: #6BEFB9;
}
.TagClassName
{
border-color: #6BEFB9;
}
</style>