Shades of Downy #6BDCB5
Tints of Downy #6BDCB5
RGB
CMYK
RGB Variations
Color information
#6BDCB5 (or 0x6BDCB5) is known color: Downy. HEX triplet: 6B, DC and B5. RGB value is (107,220,181). Sum of RGB (Red+Green+Blue) = 107+220+181=508 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.06% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDCB5 is #94234A. Grayscale: #B5B5B5. Windows color (decimal): -9708363 or 11918443. OLE color: 11918443.
HSL color Cylindrical-coordinate representation of color #6BDCB5: hue angle of 159.29º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDCB5 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 181 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.14 |
| HSL | 159.29º | 0.62% | 0.64% | - |
| HSV(B) | 159.29º | 0.51% | 0.86% | - |
| XYZ | 40 | 57.65 | 52.74 | - |
| YUV | 181.77 | 127.56 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 181 | 0.51 | 0 | 0.18 | 0.14 | 159.29 | 0.62 | 0.64 |
| Hex | 6B | DC | B5 | 33 | 0 | 12 | E | 9F | 3E | 40 |
| Octal | 153 | 334 | 265 | 63 | 0 | 22 | 16 | 237 | 76 | 100 |
| Binary | 1101011 | 11011100 | 10110101 | 110011 | 0 | 10010 | 1110 | 10011111 | 111110 | 1000000 |
Color Harmonies of #6BDCB5
Complementary color
Monochromatic Colors of #6BDCB5
Black with #6BDCB5
Text Example
Text Example
White with #6BDCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDCB5; }
p { color: rgb(107,220,181); }
H1.HeaderClassName
{
color: #6BDCB5;
}
.AnyTagClassName
{
color: #6BDCB5;
}
</style>
background-color css
<style>
a { background-color: #6BDCB5; }
a { background-color: rgb(107,220,181); }
div.DivClassName
{
background-color: #6BDCB5;
}
.BgClassName
{
background-color: #6BDCB5;
}
</style>
border-color css
<style>
span { border-color: #6BDCB5; }
span { border-color: rgb(107,220,181); }
td.TdClassName
{
border-color: #6BDCB5;
}
.TagClassName
{
border-color: #6BDCB5;
}
</style>