Shades of Downy #6FE9C5
Tints of Downy #6FE9C5
RGB
CMYK
RGB Variations
Color information
#6FE9C5 (or 0x6FE9C5) is known color: Downy. HEX triplet: 6F, E9 and C5. RGB value is (111,233,197). Sum of RGB (Red+Green+Blue) = 111+233+197=541 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.52% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #6FE9C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE9C5 is #90163A. Grayscale: #C0C0C0. Windows color (decimal): -9442875 or 12970351. OLE color: 12970351.
HSL color Cylindrical-coordinate representation of color #6FE9C5: hue angle of 162.3º degrees, saturation: 0.73, 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 #6FE9C5 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 233 | 197 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.09 |
| HSL | 162.3º | 0.73% | 0.67% | - |
| HSV(B) | 162.3º | 0.52% | 0.91% | - |
| XYZ | 45.77 | 65.69 | 63.09 | - |
| YUV | 192.42 | 130.58 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 233 | 197 | 0.52 | 0 | 0.15 | 0.09 | 162.3 | 0.73 | 0.67 |
| Hex | 6F | E9 | C5 | 34 | 0 | F | 9 | A2 | 49 | 43 |
| Octal | 157 | 351 | 305 | 64 | 0 | 17 | 11 | 242 | 111 | 103 |
| Binary | 1101111 | 11101001 | 11000101 | 110100 | 0 | 1111 | 1001 | 10100010 | 1001001 | 1000011 |
Color Harmonies of #6FE9C5
Complementary color
Monochromatic Colors of #6FE9C5
Black with #6FE9C5
Text Example
Text Example
White with #6FE9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE9C5; }
p { color: rgb(111,233,197); }
H1.HeaderClassName
{
color: #6FE9C5;
}
.AnyTagClassName
{
color: #6FE9C5;
}
</style>
background-color css
<style>
a { background-color: #6FE9C5; }
a { background-color: rgb(111,233,197); }
div.DivClassName
{
background-color: #6FE9C5;
}
.BgClassName
{
background-color: #6FE9C5;
}
</style>
border-color css
<style>
span { border-color: #6FE9C5; }
span { border-color: rgb(111,233,197); }
td.TdClassName
{
border-color: #6FE9C5;
}
.TagClassName
{
border-color: #6FE9C5;
}
</style>