Shades of Downy #6FE6C5
Tints of Downy #6FE6C5
RGB
CMYK
RGB Variations
Color information
#6FE6C5 (or 0x6FE6C5) is known color: Downy. HEX triplet: 6F, E6 and C5. RGB value is (111,230,197). Sum of RGB (Red+Green+Blue) = 111+230+197=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 230 - color contains mainly: green. Hex color #6FE6C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE6C5 is #90193A. Grayscale: #BEBEBE. Windows color (decimal): -9443643 or 12969583. OLE color: 12969583.
HSL color Cylindrical-coordinate representation of color #6FE6C5: hue angle of 163.36º degrees, saturation: 0.7, 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 #6FE6C5 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 230 | 197 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.10 |
| HSL | 163.36º | 0.7% | 0.67% | - |
| HSV(B) | 163.36º | 0.52% | 0.9% | - |
| XYZ | 44.93 | 64 | 62.81 | - |
| YUV | 190.66 | 131.58 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 230 | 197 | 0.52 | 0 | 0.14 | 0.10 | 163.36 | 0.7 | 0.67 |
| Hex | 6F | E6 | C5 | 34 | 0 | E | A | A3 | 46 | 43 |
| Octal | 157 | 346 | 305 | 64 | 0 | 16 | 12 | 243 | 106 | 103 |
| Binary | 1101111 | 11100110 | 11000101 | 110100 | 0 | 1110 | 1010 | 10100011 | 1000110 | 1000011 |
Color Harmonies of #6FE6C5
Complementary color
Monochromatic Colors of #6FE6C5
Black with #6FE6C5
Text Example
Text Example
White with #6FE6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE6C5; }
p { color: rgb(111,230,197); }
H1.HeaderClassName
{
color: #6FE6C5;
}
.AnyTagClassName
{
color: #6FE6C5;
}
</style>
background-color css
<style>
a { background-color: #6FE6C5; }
a { background-color: rgb(111,230,197); }
div.DivClassName
{
background-color: #6FE6C5;
}
.BgClassName
{
background-color: #6FE6C5;
}
</style>
border-color css
<style>
span { border-color: #6FE6C5; }
span { border-color: rgb(111,230,197); }
td.TdClassName
{
border-color: #6FE6C5;
}
.TagClassName
{
border-color: #6FE6C5;
}
</style>