Shades of Downy #6FE1CD
Tints of Downy #6FE1CD
RGB
CMYK
RGB Variations
Color information
#6FE1CD (or 0x6FE1CD) is known color: Downy. HEX triplet: 6F, E1 and CD. RGB value is (111,225,205). Sum of RGB (Red+Green+Blue) = 111+225+205=541 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.52% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE1CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE1CD is #901E32. Grayscale: #BCBCBC. Windows color (decimal): -9444915 or 13492591. OLE color: 13492591.
HSL color Cylindrical-coordinate representation of color #6FE1CD: hue angle of 169.47º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE1CD is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 225 | 205 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.12 |
| HSL | 169.47º | 0.66% | 0.66% | - |
| HSV(B) | 169.47º | 0.51% | 0.88% | - |
| XYZ | 44.5 | 61.64 | 67.31 | - |
| YUV | 188.63 | 137.23 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 225 | 205 | 0.51 | 0 | 0.09 | 0.12 | 169.47 | 0.66 | 0.66 |
| Hex | 6F | E1 | CD | 33 | 0 | 9 | C | A9 | 42 | 42 |
| Octal | 157 | 341 | 315 | 63 | 0 | 11 | 14 | 251 | 102 | 102 |
| Binary | 1101111 | 11100001 | 11001101 | 110011 | 0 | 1001 | 1100 | 10101001 | 1000010 | 1000010 |
Color Harmonies of #6FE1CD
Complementary color
Monochromatic Colors of #6FE1CD
Black with #6FE1CD
Text Example
Text Example
White with #6FE1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE1CD; }
p { color: rgb(111,225,205); }
H1.HeaderClassName
{
color: #6FE1CD;
}
.AnyTagClassName
{
color: #6FE1CD;
}
</style>
background-color css
<style>
a { background-color: #6FE1CD; }
a { background-color: rgb(111,225,205); }
div.DivClassName
{
background-color: #6FE1CD;
}
.BgClassName
{
background-color: #6FE1CD;
}
</style>
border-color css
<style>
span { border-color: #6FE1CD; }
span { border-color: rgb(111,225,205); }
td.TdClassName
{
border-color: #6FE1CD;
}
.TagClassName
{
border-color: #6FE1CD;
}
</style>