Shades of Downy #6FE6CD
Tints of Downy #6FE6CD
RGB
CMYK
RGB Variations
Color information
#6FE6CD (or 0x6FE6CD) is known color: Downy. HEX triplet: 6F, E6 and CD. RGB value is (111,230,205). Sum of RGB (Red+Green+Blue) = 111+230+205=546 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.33% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #6FE6CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE6CD is #901932. Grayscale: #BFBFBF. Windows color (decimal): -9443635 or 13493871. OLE color: 13493871.
HSL color Cylindrical-coordinate representation of color #6FE6CD: hue angle of 167.39º 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 #6FE6CD is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 230 | 205 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.10 |
| HSL | 167.4º | 0.7% | 0.67% | - |
| HSV(B) | 167.4º | 0.52% | 0.9% | - |
| XYZ | 45.87 | 64.38 | 67.77 | - |
| YUV | 191.57 | 135.58 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 230 | 205 | 0.52 | 0 | 0.11 | 0.10 | 167.4 | 0.7 | 0.67 |
| Hex | 6F | E6 | CD | 34 | 0 | B | A | A7 | 46 | 43 |
| Octal | 157 | 346 | 315 | 64 | 0 | 13 | 12 | 247 | 106 | 103 |
| Binary | 1101111 | 11100110 | 11001101 | 110100 | 0 | 1011 | 1010 | 10100111 | 1000110 | 1000011 |
Color Harmonies of #6FE6CD
Complementary color
Monochromatic Colors of #6FE6CD
Black with #6FE6CD
Text Example
Text Example
White with #6FE6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE6CD; }
p { color: rgb(111,230,205); }
H1.HeaderClassName
{
color: #6FE6CD;
}
.AnyTagClassName
{
color: #6FE6CD;
}
</style>
background-color css
<style>
a { background-color: #6FE6CD; }
a { background-color: rgb(111,230,205); }
div.DivClassName
{
background-color: #6FE6CD;
}
.BgClassName
{
background-color: #6FE6CD;
}
</style>
border-color css
<style>
span { border-color: #6FE6CD; }
span { border-color: rgb(111,230,205); }
td.TdClassName
{
border-color: #6FE6CD;
}
.TagClassName
{
border-color: #6FE6CD;
}
</style>