Shades of Downy #6BDAB5
Tints of Downy #6BDAB5
RGB
CMYK
RGB Variations
Color information
#6BDAB5 (or 0x6BDAB5) is known color: Downy. HEX triplet: 6B, DA and B5. RGB value is (107,218,181). Sum of RGB (Red+Green+Blue) = 107+218+181=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDAB5 is #94254A. Grayscale: #B4B4B4. Windows color (decimal): -9708875 or 11917931. OLE color: 11917931.
HSL color Cylindrical-coordinate representation of color #6BDAB5: hue angle of 160º 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 #6BDAB5 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 181 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.15 |
| HSL | 160º | 0.6% | 0.64% | - |
| HSV(B) | 160º | 0.51% | 0.85% | - |
| XYZ | 39.48 | 56.6 | 52.56 | - |
| YUV | 180.59 | 128.23 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 181 | 0.51 | 0 | 0.17 | 0.15 | 160 | 0.6 | 0.64 |
| Hex | 6B | DA | B5 | 33 | 0 | 11 | F | A0 | 3C | 40 |
| Octal | 153 | 332 | 265 | 63 | 0 | 21 | 17 | 240 | 74 | 100 |
| Binary | 1101011 | 11011010 | 10110101 | 110011 | 0 | 10001 | 1111 | 10100000 | 111100 | 1000000 |
Color Harmonies of #6BDAB5
Complementary color
Monochromatic Colors of #6BDAB5
Black with #6BDAB5
Text Example
Text Example
White with #6BDAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDAB5; }
p { color: rgb(107,218,181); }
H1.HeaderClassName
{
color: #6BDAB5;
}
.AnyTagClassName
{
color: #6BDAB5;
}
</style>
background-color css
<style>
a { background-color: #6BDAB5; }
a { background-color: rgb(107,218,181); }
div.DivClassName
{
background-color: #6BDAB5;
}
.BgClassName
{
background-color: #6BDAB5;
}
</style>
border-color css
<style>
span { border-color: #6BDAB5; }
span { border-color: rgb(107,218,181); }
td.TdClassName
{
border-color: #6BDAB5;
}
.TagClassName
{
border-color: #6BDAB5;
}
</style>