Shades of Downy #6FCDB7
Tints of Downy #6FCDB7
RGB
CMYK
RGB Variations
Color information
#6FCDB7 (or 0x6FCDB7) is known color: Downy. HEX triplet: 6F, CD and B7. RGB value is (111,205,183). Sum of RGB (Red+Green+Blue) = 111+205+183=499 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.24% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDB7 is #903248. Grayscale: #AEAEAE. Windows color (decimal): -9450057 or 12045679. OLE color: 12045679.
HSL color Cylindrical-coordinate representation of color #6FCDB7: hue angle of 165.96º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCDB7 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 183 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.20 |
| HSL | 165.96º | 0.48% | 0.62% | - |
| HSV(B) | 165.96º | 0.46% | 0.8% | - |
| XYZ | 36.93 | 50.46 | 52.59 | - |
| YUV | 174.39 | 132.86 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 183 | 0.46 | 0 | 0.11 | 0.20 | 165.96 | 0.48 | 0.62 |
| Hex | 6F | CD | B7 | 2E | 0 | B | 14 | A6 | 30 | 3E |
| Octal | 157 | 315 | 267 | 56 | 0 | 13 | 24 | 246 | 60 | 76 |
| Binary | 1101111 | 11001101 | 10110111 | 101110 | 0 | 1011 | 10100 | 10100110 | 110000 | 111110 |
Color Harmonies of #6FCDB7
Complementary color
Monochromatic Colors of #6FCDB7
Black with #6FCDB7
Text Example
Text Example
White with #6FCDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCDB7; }
p { color: rgb(111,205,183); }
H1.HeaderClassName
{
color: #6FCDB7;
}
.AnyTagClassName
{
color: #6FCDB7;
}
</style>
background-color css
<style>
a { background-color: #6FCDB7; }
a { background-color: rgb(111,205,183); }
div.DivClassName
{
background-color: #6FCDB7;
}
.BgClassName
{
background-color: #6FCDB7;
}
</style>
border-color css
<style>
span { border-color: #6FCDB7; }
span { border-color: rgb(111,205,183); }
td.TdClassName
{
border-color: #6FCDB7;
}
.TagClassName
{
border-color: #6FCDB7;
}
</style>