Shades of Downy #6FE5C9
Tints of Downy #6FE5C9
RGB
CMYK
RGB Variations
Color information
#6FE5C9 (or 0x6FE5C9) is known color: Downy. HEX triplet: 6F, E5 and C9. RGB value is (111,229,201). Sum of RGB (Red+Green+Blue) = 111+229+201=541 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.52% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 229 - color contains mainly: green. Hex color #6FE5C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE5C9 is #901A36. Grayscale: #BEBEBE. Windows color (decimal): -9443895 or 13231471. OLE color: 13231471.
HSL color Cylindrical-coordinate representation of color #6FE5C9: hue angle of 165.76º 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 #6FE5C9 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 229 | 201 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.10 |
| HSL | 165.76º | 0.69% | 0.67% | - |
| HSV(B) | 165.76º | 0.52% | 0.9% | - |
| XYZ | 45.12 | 63.64 | 65.16 | - |
| YUV | 190.53 | 133.91 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 229 | 201 | 0.52 | 0 | 0.12 | 0.10 | 165.76 | 0.69 | 0.67 |
| Hex | 6F | E5 | C9 | 34 | 0 | C | A | A6 | 45 | 43 |
| Octal | 157 | 345 | 311 | 64 | 0 | 14 | 12 | 246 | 105 | 103 |
| Binary | 1101111 | 11100101 | 11001001 | 110100 | 0 | 1100 | 1010 | 10100110 | 1000101 | 1000011 |
Color Harmonies of #6FE5C9
Complementary color
Monochromatic Colors of #6FE5C9
Black with #6FE5C9
Text Example
Text Example
White with #6FE5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE5C9; }
p { color: rgb(111,229,201); }
H1.HeaderClassName
{
color: #6FE5C9;
}
.AnyTagClassName
{
color: #6FE5C9;
}
</style>
background-color css
<style>
a { background-color: #6FE5C9; }
a { background-color: rgb(111,229,201); }
div.DivClassName
{
background-color: #6FE5C9;
}
.BgClassName
{
background-color: #6FE5C9;
}
</style>
border-color css
<style>
span { border-color: #6FE5C9; }
span { border-color: rgb(111,229,201); }
td.TdClassName
{
border-color: #6FE5C9;
}
.TagClassName
{
border-color: #6FE5C9;
}
</style>