Shades of Downy #6FE8D1
Tints of Downy #6FE8D1
RGB
CMYK
RGB Variations
Color information
#6FE8D1 (or 0x6FE8D1) is known color: Downy. HEX triplet: 6F, E8 and D1. RGB value is (111,232,209). Sum of RGB (Red+Green+Blue) = 111+232+209=552 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.11% from 552); Green value is 232 (91.02% from 255 or 42.03% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 232 - color contains mainly: green. Hex color #6FE8D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE8D1 is #90172E. Grayscale: #C1C1C1. Windows color (decimal): -9443119 or 13756527. OLE color: 13756527.
HSL color Cylindrical-coordinate representation of color #6FE8D1: hue angle of 168.6º degrees, saturation: 0.72, 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 #6FE8D1 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 232 | 209 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.09 |
| HSL | 168.6º | 0.72% | 0.67% | - |
| HSV(B) | 168.6º | 0.52% | 0.91% | - |
| XYZ | 46.92 | 65.7 | 70.53 | - |
| YUV | 193.2 | 136.91 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 232 | 209 | 0.52 | 0 | 0.10 | 0.09 | 168.6 | 0.72 | 0.67 |
| Hex | 6F | E8 | D1 | 34 | 0 | A | 9 | A9 | 48 | 43 |
| Octal | 157 | 350 | 321 | 64 | 0 | 12 | 11 | 251 | 110 | 103 |
| Binary | 1101111 | 11101000 | 11010001 | 110100 | 0 | 1010 | 1001 | 10101001 | 1001000 | 1000011 |
Color Harmonies of #6FE8D1
Complementary color
Monochromatic Colors of #6FE8D1
Black with #6FE8D1
Text Example
Text Example
White with #6FE8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE8D1; }
p { color: rgb(111,232,209); }
H1.HeaderClassName
{
color: #6FE8D1;
}
.AnyTagClassName
{
color: #6FE8D1;
}
</style>
background-color css
<style>
a { background-color: #6FE8D1; }
a { background-color: rgb(111,232,209); }
div.DivClassName
{
background-color: #6FE8D1;
}
.BgClassName
{
background-color: #6FE8D1;
}
</style>
border-color css
<style>
span { border-color: #6FE8D1; }
span { border-color: rgb(111,232,209); }
td.TdClassName
{
border-color: #6FE8D1;
}
.TagClassName
{
border-color: #6FE8D1;
}
</style>