Shades of Downy #6FE9C1
Tints of Downy #6FE9C1
RGB
CMYK
RGB Variations
Color information
#6FE9C1 (or 0x6FE9C1) is known color: Downy. HEX triplet: 6F, E9 and C1. RGB value is (111,233,193). Sum of RGB (Red+Green+Blue) = 111+233+193=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #6FE9C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE9C1 is #90163E. Grayscale: #BFBFBF. Windows color (decimal): -9442879 or 12708207. OLE color: 12708207.
HSL color Cylindrical-coordinate representation of color #6FE9C1: hue angle of 160.33º 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 #6FE9C1 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 233 | 193 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.09 |
| HSL | 160.33º | 0.73% | 0.67% | - |
| HSV(B) | 160.33º | 0.52% | 0.91% | - |
| XYZ | 45.32 | 65.51 | 60.71 | - |
| YUV | 191.96 | 128.58 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 233 | 193 | 0.52 | 0 | 0.17 | 0.09 | 160.33 | 0.73 | 0.67 |
| Hex | 6F | E9 | C1 | 34 | 0 | 11 | 9 | A0 | 49 | 43 |
| Octal | 157 | 351 | 301 | 64 | 0 | 21 | 11 | 240 | 111 | 103 |
| Binary | 1101111 | 11101001 | 11000001 | 110100 | 0 | 10001 | 1001 | 10100000 | 1001001 | 1000011 |
Color Harmonies of #6FE9C1
Complementary color
Monochromatic Colors of #6FE9C1
Black with #6FE9C1
Text Example
Text Example
White with #6FE9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE9C1; }
p { color: rgb(111,233,193); }
H1.HeaderClassName
{
color: #6FE9C1;
}
.AnyTagClassName
{
color: #6FE9C1;
}
</style>
background-color css
<style>
a { background-color: #6FE9C1; }
a { background-color: rgb(111,233,193); }
div.DivClassName
{
background-color: #6FE9C1;
}
.BgClassName
{
background-color: #6FE9C1;
}
</style>
border-color css
<style>
span { border-color: #6FE9C1; }
span { border-color: rgb(111,233,193); }
td.TdClassName
{
border-color: #6FE9C1;
}
.TagClassName
{
border-color: #6FE9C1;
}
</style>