Shades of Downy #6FE8CC
Tints of Downy #6FE8CC
RGB
CMYK
RGB Variations
Color information
#6FE8CC (or 0x6FE8CC) is known color: Downy. HEX triplet: 6F, E8 and CC. RGB value is (111,232,204). Sum of RGB (Red+Green+Blue) = 111+232+204=547 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.29% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #6FE8CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE8CC is #901733. Grayscale: #C0C0C0. Windows color (decimal): -9443124 or 13428847. OLE color: 13428847.
HSL color Cylindrical-coordinate representation of color #6FE8CC: hue angle of 166.12º 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 #6FE8CC is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 232 | 204 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.09 |
| HSL | 166.12º | 0.72% | 0.67% | - |
| HSV(B) | 166.12º | 0.52% | 0.91% | - |
| XYZ | 46.31 | 65.45 | 67.32 | - |
| YUV | 192.63 | 134.41 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 232 | 204 | 0.52 | 0 | 0.12 | 0.09 | 166.12 | 0.72 | 0.67 |
| Hex | 6F | E8 | CC | 34 | 0 | C | 9 | A6 | 48 | 43 |
| Octal | 157 | 350 | 314 | 64 | 0 | 14 | 11 | 246 | 110 | 103 |
| Binary | 1101111 | 11101000 | 11001100 | 110100 | 0 | 1100 | 1001 | 10100110 | 1001000 | 1000011 |
Color Harmonies of #6FE8CC
Complementary color
Monochromatic Colors of #6FE8CC
Black with #6FE8CC
Text Example
Text Example
White with #6FE8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE8CC; }
p { color: rgb(111,232,204); }
H1.HeaderClassName
{
color: #6FE8CC;
}
.AnyTagClassName
{
color: #6FE8CC;
}
</style>
background-color css
<style>
a { background-color: #6FE8CC; }
a { background-color: rgb(111,232,204); }
div.DivClassName
{
background-color: #6FE8CC;
}
.BgClassName
{
background-color: #6FE8CC;
}
</style>
border-color css
<style>
span { border-color: #6FE8CC; }
span { border-color: rgb(111,232,204); }
td.TdClassName
{
border-color: #6FE8CC;
}
.TagClassName
{
border-color: #6FE8CC;
}
</style>