Shades of Downy #6BDCB8
Tints of Downy #6BDCB8
RGB
CMYK
RGB Variations
Color information
#6BDCB8 (or 0x6BDCB8) is known color: Downy. HEX triplet: 6B, DC and B8. RGB value is (107,220,184). Sum of RGB (Red+Green+Blue) = 107+220+184=511 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.94% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDCB8 is #942347. Grayscale: #B6B6B6. Windows color (decimal): -9708360 or 12115051. OLE color: 12115051.
HSL color Cylindrical-coordinate representation of color #6BDCB8: hue angle of 160.88º 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 #6BDCB8 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 184 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.14 |
| HSL | 160.89º | 0.62% | 0.64% | - |
| HSV(B) | 160.89º | 0.51% | 0.86% | - |
| XYZ | 40.31 | 57.77 | 54.37 | - |
| YUV | 182.11 | 129.06 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 184 | 0.51 | 0 | 0.16 | 0.14 | 160.89 | 0.62 | 0.64 |
| Hex | 6B | DC | B8 | 33 | 0 | 10 | E | A1 | 3E | 40 |
| Octal | 153 | 334 | 270 | 63 | 0 | 20 | 16 | 241 | 76 | 100 |
| Binary | 1101011 | 11011100 | 10111000 | 110011 | 0 | 10000 | 1110 | 10100001 | 111110 | 1000000 |
Color Harmonies of #6BDCB8
Complementary color
Monochromatic Colors of #6BDCB8
Black with #6BDCB8
Text Example
Text Example
White with #6BDCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDCB8; }
p { color: rgb(107,220,184); }
H1.HeaderClassName
{
color: #6BDCB8;
}
.AnyTagClassName
{
color: #6BDCB8;
}
</style>
background-color css
<style>
a { background-color: #6BDCB8; }
a { background-color: rgb(107,220,184); }
div.DivClassName
{
background-color: #6BDCB8;
}
.BgClassName
{
background-color: #6BDCB8;
}
</style>
border-color css
<style>
span { border-color: #6BDCB8; }
span { border-color: rgb(107,220,184); }
td.TdClassName
{
border-color: #6BDCB8;
}
.TagClassName
{
border-color: #6BDCB8;
}
</style>