Shades of Downy #6BDDB5
Tints of Downy #6BDDB5
RGB
CMYK
RGB Variations
Color information
#6BDDB5 (or 0x6BDDB5) is known color: Downy. HEX triplet: 6B, DD and B5. RGB value is (107,221,181). Sum of RGB (Red+Green+Blue) = 107+221+181=509 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.02% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDB5 is #94224A. Grayscale: #B6B6B6. Windows color (decimal): -9708107 or 11918699. OLE color: 11918699.
HSL color Cylindrical-coordinate representation of color #6BDDB5: hue angle of 158.95º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDDB5 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 181 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.13 |
| HSL | 158.95º | 0.63% | 0.64% | - |
| HSV(B) | 158.95º | 0.52% | 0.87% | - |
| XYZ | 40.26 | 58.17 | 52.82 | - |
| YUV | 182.35 | 127.23 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 181 | 0.52 | 0 | 0.18 | 0.13 | 158.95 | 0.63 | 0.64 |
| Hex | 6B | DD | B5 | 34 | 0 | 12 | D | 9F | 3F | 40 |
| Octal | 153 | 335 | 265 | 64 | 0 | 22 | 15 | 237 | 77 | 100 |
| Binary | 1101011 | 11011101 | 10110101 | 110100 | 0 | 10010 | 1101 | 10011111 | 111111 | 1000000 |
Color Harmonies of #6BDDB5
Complementary color
Monochromatic Colors of #6BDDB5
Black with #6BDDB5
Text Example
Text Example
White with #6BDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDDB5; }
p { color: rgb(107,221,181); }
H1.HeaderClassName
{
color: #6BDDB5;
}
.AnyTagClassName
{
color: #6BDDB5;
}
</style>
background-color css
<style>
a { background-color: #6BDDB5; }
a { background-color: rgb(107,221,181); }
div.DivClassName
{
background-color: #6BDDB5;
}
.BgClassName
{
background-color: #6BDDB5;
}
</style>
border-color css
<style>
span { border-color: #6BDDB5; }
span { border-color: rgb(107,221,181); }
td.TdClassName
{
border-color: #6BDDB5;
}
.TagClassName
{
border-color: #6BDDB5;
}
</style>