Shades of Downy #6FD9CB
Tints of Downy #6FD9CB
RGB
CMYK
RGB Variations
Color information
#6FD9CB (or 0x6FD9CB) is known color: Downy. HEX triplet: 6F, D9 and CB. RGB value is (111,217,203). Sum of RGB (Red+Green+Blue) = 111+217+203=531 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.90% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #6FD9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD9CB is #902634. Grayscale: #B7B7B7. Windows color (decimal): -9446965 or 13359471. OLE color: 13359471.
HSL color Cylindrical-coordinate representation of color #6FD9CB: hue angle of 172.08º degrees, saturation: 0.58, 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 #6FD9CB is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 217 | 203 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.15 |
| HSL | 172.08º | 0.58% | 0.64% | - |
| HSV(B) | 172.08º | 0.49% | 0.85% | - |
| XYZ | 42.15 | 57.32 | 65.34 | - |
| YUV | 183.71 | 138.88 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 217 | 203 | 0.49 | 0 | 0.06 | 0.15 | 172.08 | 0.58 | 0.64 |
| Hex | 6F | D9 | CB | 31 | 0 | 6 | F | AC | 3A | 40 |
| Octal | 157 | 331 | 313 | 61 | 0 | 6 | 17 | 254 | 72 | 100 |
| Binary | 1101111 | 11011001 | 11001011 | 110001 | 0 | 110 | 1111 | 10101100 | 111010 | 1000000 |
Color Harmonies of #6FD9CB
Complementary color
Monochromatic Colors of #6FD9CB
Black with #6FD9CB
Text Example
Text Example
White with #6FD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD9CB; }
p { color: rgb(111,217,203); }
H1.HeaderClassName
{
color: #6FD9CB;
}
.AnyTagClassName
{
color: #6FD9CB;
}
</style>
background-color css
<style>
a { background-color: #6FD9CB; }
a { background-color: rgb(111,217,203); }
div.DivClassName
{
background-color: #6FD9CB;
}
.BgClassName
{
background-color: #6FD9CB;
}
</style>
border-color css
<style>
span { border-color: #6FD9CB; }
span { border-color: rgb(111,217,203); }
td.TdClassName
{
border-color: #6FD9CB;
}
.TagClassName
{
border-color: #6FD9CB;
}
</style>