Shades of Downy #6FE5C7
Tints of Downy #6FE5C7
RGB
CMYK
RGB Variations
Color information
#6FE5C7 (or 0x6FE5C7) is known color: Downy. HEX triplet: 6F, E5 and C7. RGB value is (111,229,199). Sum of RGB (Red+Green+Blue) = 111+229+199=539 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.59% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 229 - color contains mainly: green. Hex color #6FE5C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE5C7 is #901A38. Grayscale: #BEBEBE. Windows color (decimal): -9443897 or 13100399. OLE color: 13100399.
HSL color Cylindrical-coordinate representation of color #6FE5C7: hue angle of 164.75º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE5C7 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 229 | 199 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.10 |
| HSL | 164.75º | 0.69% | 0.67% | - |
| HSV(B) | 164.75º | 0.52% | 0.9% | - |
| XYZ | 44.88 | 63.54 | 63.93 | - |
| YUV | 190.3 | 132.91 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 229 | 199 | 0.52 | 0 | 0.13 | 0.10 | 164.75 | 0.69 | 0.67 |
| Hex | 6F | E5 | C7 | 34 | 0 | D | A | A5 | 45 | 43 |
| Octal | 157 | 345 | 307 | 64 | 0 | 15 | 12 | 245 | 105 | 103 |
| Binary | 1101111 | 11100101 | 11000111 | 110100 | 0 | 1101 | 1010 | 10100101 | 1000101 | 1000011 |
Color Harmonies of #6FE5C7
Complementary color
Monochromatic Colors of #6FE5C7
Black with #6FE5C7
Text Example
Text Example
White with #6FE5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE5C7; }
p { color: rgb(111,229,199); }
H1.HeaderClassName
{
color: #6FE5C7;
}
.AnyTagClassName
{
color: #6FE5C7;
}
</style>
background-color css
<style>
a { background-color: #6FE5C7; }
a { background-color: rgb(111,229,199); }
div.DivClassName
{
background-color: #6FE5C7;
}
.BgClassName
{
background-color: #6FE5C7;
}
</style>
border-color css
<style>
span { border-color: #6FE5C7; }
span { border-color: rgb(111,229,199); }
td.TdClassName
{
border-color: #6FE5C7;
}
.TagClassName
{
border-color: #6FE5C7;
}
</style>