Shades of Downy #6FCDB9
Tints of Downy #6FCDB9
RGB
CMYK
RGB Variations
Color information
#6FCDB9 (or 0x6FCDB9) is known color: Downy. HEX triplet: 6F, CD and B9. RGB value is (111,205,185). Sum of RGB (Red+Green+Blue) = 111+205+185=501 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.16% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDB9 is #903246. Grayscale: #AEAEAE. Windows color (decimal): -9450055 or 12176751. OLE color: 12176751.
HSL color Cylindrical-coordinate representation of color #6FCDB9: hue angle of 167.23º 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 #6FCDB9 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 185 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.20 |
| HSL | 167.23º | 0.48% | 0.62% | - |
| HSV(B) | 167.23º | 0.46% | 0.8% | - |
| XYZ | 37.14 | 50.54 | 53.7 | - |
| YUV | 174.61 | 133.86 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 185 | 0.46 | 0 | 0.10 | 0.20 | 167.23 | 0.48 | 0.62 |
| Hex | 6F | CD | B9 | 2E | 0 | A | 14 | A7 | 30 | 3E |
| Octal | 157 | 315 | 271 | 56 | 0 | 12 | 24 | 247 | 60 | 76 |
| Binary | 1101111 | 11001101 | 10111001 | 101110 | 0 | 1010 | 10100 | 10100111 | 110000 | 111110 |
Color Harmonies of #6FCDB9
Complementary color
Monochromatic Colors of #6FCDB9
Black with #6FCDB9
Text Example
Text Example
White with #6FCDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCDB9; }
p { color: rgb(111,205,185); }
H1.HeaderClassName
{
color: #6FCDB9;
}
.AnyTagClassName
{
color: #6FCDB9;
}
</style>
background-color css
<style>
a { background-color: #6FCDB9; }
a { background-color: rgb(111,205,185); }
div.DivClassName
{
background-color: #6FCDB9;
}
.BgClassName
{
background-color: #6FCDB9;
}
</style>
border-color css
<style>
span { border-color: #6FCDB9; }
span { border-color: rgb(111,205,185); }
td.TdClassName
{
border-color: #6FCDB9;
}
.TagClassName
{
border-color: #6FCDB9;
}
</style>