Shades of Downy #6FE8C8
Tints of Downy #6FE8C8
RGB
CMYK
RGB Variations
Color information
#6FE8C8 (or 0x6FE8C8) is known color: Downy. HEX triplet: 6F, E8 and C8. RGB value is (111,232,200). Sum of RGB (Red+Green+Blue) = 111+232+200=543 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.44% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 232 - color contains mainly: green. Hex color #6FE8C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE8C8 is #901737. Grayscale: #C0C0C0. Windows color (decimal): -9443128 or 13166703. OLE color: 13166703.
HSL color Cylindrical-coordinate representation of color #6FE8C8: hue angle of 164.13º degrees, saturation: 0.72, 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 #6FE8C8 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 232 | 200 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.09 |
| HSL | 164.13º | 0.72% | 0.67% | - |
| HSV(B) | 164.13º | 0.52% | 0.91% | - |
| XYZ | 45.84 | 65.26 | 64.82 | - |
| YUV | 192.17 | 132.41 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 232 | 200 | 0.52 | 0 | 0.14 | 0.09 | 164.13 | 0.72 | 0.67 |
| Hex | 6F | E8 | C8 | 34 | 0 | E | 9 | A4 | 48 | 43 |
| Octal | 157 | 350 | 310 | 64 | 0 | 16 | 11 | 244 | 110 | 103 |
| Binary | 1101111 | 11101000 | 11001000 | 110100 | 0 | 1110 | 1001 | 10100100 | 1001000 | 1000011 |
Color Harmonies of #6FE8C8
Complementary color
Monochromatic Colors of #6FE8C8
Black with #6FE8C8
Text Example
Text Example
White with #6FE8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE8C8; }
p { color: rgb(111,232,200); }
H1.HeaderClassName
{
color: #6FE8C8;
}
.AnyTagClassName
{
color: #6FE8C8;
}
</style>
background-color css
<style>
a { background-color: #6FE8C8; }
a { background-color: rgb(111,232,200); }
div.DivClassName
{
background-color: #6FE8C8;
}
.BgClassName
{
background-color: #6FE8C8;
}
</style>
border-color css
<style>
span { border-color: #6FE8C8; }
span { border-color: rgb(111,232,200); }
td.TdClassName
{
border-color: #6FE8C8;
}
.TagClassName
{
border-color: #6FE8C8;
}
</style>