Shades of Downy #6FE7D3
Tints of Downy #6FE7D3
RGB
CMYK
RGB Variations
Color information
#6FE7D3 (or 0x6FE7D3) is known color: Downy. HEX triplet: 6F, E7 and D3. RGB value is (111,231,211). Sum of RGB (Red+Green+Blue) = 111+231+211=553 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.07% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 211 (82.81% from 255 or 38.16% from 553); Max value from RGB is 231 - color contains mainly: green. Hex color #6FE7D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE7D3 is #90182C. Grayscale: #C0C0C0. Windows color (decimal): -9443373 or 13887343. OLE color: 13887343.
HSL color Cylindrical-coordinate representation of color #6FE7D3: hue angle of 170º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE7D3 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 231 | 211 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.09 |
| HSL | 170º | 0.71% | 0.67% | - |
| HSV(B) | 170º | 0.52% | 0.91% | - |
| XYZ | 46.89 | 65.23 | 71.75 | - |
| YUV | 192.84 | 138.24 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 231 | 211 | 0.52 | 0 | 0.09 | 0.09 | 170 | 0.71 | 0.67 |
| Hex | 6F | E7 | D3 | 34 | 0 | 9 | 9 | AA | 47 | 43 |
| Octal | 157 | 347 | 323 | 64 | 0 | 11 | 11 | 252 | 107 | 103 |
| Binary | 1101111 | 11100111 | 11010011 | 110100 | 0 | 1001 | 1001 | 10101010 | 1000111 | 1000011 |
Color Harmonies of #6FE7D3
Complementary color
Monochromatic Colors of #6FE7D3
Black with #6FE7D3
Text Example
Text Example
White with #6FE7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE7D3; }
p { color: rgb(111,231,211); }
H1.HeaderClassName
{
color: #6FE7D3;
}
.AnyTagClassName
{
color: #6FE7D3;
}
</style>
background-color css
<style>
a { background-color: #6FE7D3; }
a { background-color: rgb(111,231,211); }
div.DivClassName
{
background-color: #6FE7D3;
}
.BgClassName
{
background-color: #6FE7D3;
}
</style>
border-color css
<style>
span { border-color: #6FE7D3; }
span { border-color: rgb(111,231,211); }
td.TdClassName
{
border-color: #6FE7D3;
}
.TagClassName
{
border-color: #6FE7D3;
}
</style>