Shades of Downy #6FD7CB
Tints of Downy #6FD7CB
RGB
CMYK
RGB Variations
Color information
#6FD7CB (or 0x6FD7CB) is known color: Downy. HEX triplet: 6F, D7 and CB. RGB value is (111,215,203). Sum of RGB (Red+Green+Blue) = 111+215+203=529 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.98% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD7CB is #902834. Grayscale: #B6B6B6. Windows color (decimal): -9447477 or 13358959. OLE color: 13358959.
HSL color Cylindrical-coordinate representation of color #6FD7CB: hue angle of 173.08º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD7CB is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 215 | 203 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.16 |
| HSL | 173.08º | 0.57% | 0.64% | - |
| HSV(B) | 173.08º | 0.48% | 0.84% | - |
| XYZ | 41.64 | 56.29 | 65.17 | - |
| YUV | 182.54 | 139.54 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 215 | 203 | 0.48 | 0 | 0.06 | 0.16 | 173.08 | 0.57 | 0.64 |
| Hex | 6F | D7 | CB | 30 | 0 | 6 | 10 | AD | 39 | 40 |
| Octal | 157 | 327 | 313 | 60 | 0 | 6 | 20 | 255 | 71 | 100 |
| Binary | 1101111 | 11010111 | 11001011 | 110000 | 0 | 110 | 10000 | 10101101 | 111001 | 1000000 |
Color Harmonies of #6FD7CB
Complementary color
Monochromatic Colors of #6FD7CB
Black with #6FD7CB
Text Example
Text Example
White with #6FD7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD7CB; }
p { color: rgb(111,215,203); }
H1.HeaderClassName
{
color: #6FD7CB;
}
.AnyTagClassName
{
color: #6FD7CB;
}
</style>
background-color css
<style>
a { background-color: #6FD7CB; }
a { background-color: rgb(111,215,203); }
div.DivClassName
{
background-color: #6FD7CB;
}
.BgClassName
{
background-color: #6FD7CB;
}
</style>
border-color css
<style>
span { border-color: #6FD7CB; }
span { border-color: rgb(111,215,203); }
td.TdClassName
{
border-color: #6FD7CB;
}
.TagClassName
{
border-color: #6FD7CB;
}
</style>