Shades of Downy #6FE0CA
Tints of Downy #6FE0CA
RGB
CMYK
RGB Variations
Color information
#6FE0CA (or 0x6FE0CA) is known color: Downy. HEX triplet: 6F, E0 and CA. RGB value is (111,224,202). Sum of RGB (Red+Green+Blue) = 111+224+202=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #6FE0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE0CA is #901F35. Grayscale: #BBBBBB. Windows color (decimal): -9445174 or 13295727. OLE color: 13295727.
HSL color Cylindrical-coordinate representation of color #6FE0CA: hue angle of 168.32º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FE0CA is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 224 | 202 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.12 |
| HSL | 168.32º | 0.65% | 0.66% | - |
| HSV(B) | 168.32º | 0.5% | 0.88% | - |
| XYZ | 43.87 | 60.96 | 65.33 | - |
| YUV | 187.71 | 136.06 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 224 | 202 | 0.50 | 0 | 0.10 | 0.12 | 168.32 | 0.65 | 0.66 |
| Hex | 6F | E0 | CA | 32 | 0 | A | C | A8 | 41 | 42 |
| Octal | 157 | 340 | 312 | 62 | 0 | 12 | 14 | 250 | 101 | 102 |
| Binary | 1101111 | 11100000 | 11001010 | 110010 | 0 | 1010 | 1100 | 10101000 | 1000001 | 1000010 |
Color Harmonies of #6FE0CA
Complementary color
Monochromatic Colors of #6FE0CA
Black with #6FE0CA
Text Example
Text Example
White with #6FE0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE0CA; }
p { color: rgb(111,224,202); }
H1.HeaderClassName
{
color: #6FE0CA;
}
.AnyTagClassName
{
color: #6FE0CA;
}
</style>
background-color css
<style>
a { background-color: #6FE0CA; }
a { background-color: rgb(111,224,202); }
div.DivClassName
{
background-color: #6FE0CA;
}
.BgClassName
{
background-color: #6FE0CA;
}
</style>
border-color css
<style>
span { border-color: #6FE0CA; }
span { border-color: rgb(111,224,202); }
td.TdClassName
{
border-color: #6FE0CA;
}
.TagClassName
{
border-color: #6FE0CA;
}
</style>