Shades of Downy #6BDABB
Tints of Downy #6BDABB
RGB
CMYK
RGB Variations
Color information
#6BDABB (or 0x6BDABB) is known color: Downy. HEX triplet: 6B, DA and BB. RGB value is (107,218,187). Sum of RGB (Red+Green+Blue) = 107+218+187=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDABB is #942544. Grayscale: #B5B5B5. Windows color (decimal): -9708869 or 12311147. OLE color: 12311147.
HSL color Cylindrical-coordinate representation of color #6BDABB: hue angle of 163.24º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDABB is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 187 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.15 |
| HSL | 163.24º | 0.6% | 0.64% | - |
| HSV(B) | 163.24º | 0.51% | 0.85% | - |
| XYZ | 40.1 | 56.86 | 55.87 | - |
| YUV | 181.28 | 131.23 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 187 | 0.51 | 0 | 0.14 | 0.15 | 163.24 | 0.6 | 0.64 |
| Hex | 6B | DA | BB | 33 | 0 | E | F | A3 | 3C | 40 |
| Octal | 153 | 332 | 273 | 63 | 0 | 16 | 17 | 243 | 74 | 100 |
| Binary | 1101011 | 11011010 | 10111011 | 110011 | 0 | 1110 | 1111 | 10100011 | 111100 | 1000000 |
Color Harmonies of #6BDABB
Complementary color
Monochromatic Colors of #6BDABB
Black with #6BDABB
Text Example
Text Example
White with #6BDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDABB; }
p { color: rgb(107,218,187); }
H1.HeaderClassName
{
color: #6BDABB;
}
.AnyTagClassName
{
color: #6BDABB;
}
</style>
background-color css
<style>
a { background-color: #6BDABB; }
a { background-color: rgb(107,218,187); }
div.DivClassName
{
background-color: #6BDABB;
}
.BgClassName
{
background-color: #6BDABB;
}
</style>
border-color css
<style>
span { border-color: #6BDABB; }
span { border-color: rgb(107,218,187); }
td.TdClassName
{
border-color: #6BDABB;
}
.TagClassName
{
border-color: #6BDABB;
}
</style>