Shades of Downy #6FD8BD
Tints of Downy #6FD8BD
RGB
CMYK
RGB Variations
Color information
#6FD8BD (or 0x6FD8BD) is known color: Downy. HEX triplet: 6F, D8 and BD. RGB value is (111,216,189). Sum of RGB (Red+Green+Blue) = 111+216+189=516 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.51% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #6FD8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD8BD is #902742. Grayscale: #B5B5B5. Windows color (decimal): -9447235 or 12441711. OLE color: 12441711.
HSL color Cylindrical-coordinate representation of color #6FD8BD: hue angle of 164.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FD8BD is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 216 | 189 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.15 |
| HSL | 164.57º | 0.57% | 0.64% | - |
| HSV(B) | 164.57º | 0.49% | 0.85% | - |
| XYZ | 40.3 | 56.17 | 56.86 | - |
| YUV | 181.53 | 132.21 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 216 | 189 | 0.49 | 0 | 0.12 | 0.15 | 164.57 | 0.57 | 0.64 |
| Hex | 6F | D8 | BD | 31 | 0 | C | F | A5 | 39 | 40 |
| Octal | 157 | 330 | 275 | 61 | 0 | 14 | 17 | 245 | 71 | 100 |
| Binary | 1101111 | 11011000 | 10111101 | 110001 | 0 | 1100 | 1111 | 10100101 | 111001 | 1000000 |
Color Harmonies of #6FD8BD
Complementary color
Monochromatic Colors of #6FD8BD
Black with #6FD8BD
Text Example
Text Example
White with #6FD8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD8BD; }
p { color: rgb(111,216,189); }
H1.HeaderClassName
{
color: #6FD8BD;
}
.AnyTagClassName
{
color: #6FD8BD;
}
</style>
background-color css
<style>
a { background-color: #6FD8BD; }
a { background-color: rgb(111,216,189); }
div.DivClassName
{
background-color: #6FD8BD;
}
.BgClassName
{
background-color: #6FD8BD;
}
</style>
border-color css
<style>
span { border-color: #6FD8BD; }
span { border-color: rgb(111,216,189); }
td.TdClassName
{
border-color: #6FD8BD;
}
.TagClassName
{
border-color: #6FD8BD;
}
</style>