Shades of Downy #6FE0CB
Tints of Downy #6FE0CB
RGB
CMYK
RGB Variations
Color information
#6FE0CB (or 0x6FE0CB) is known color: Downy. HEX triplet: 6F, E0 and CB. RGB value is (111,224,203). Sum of RGB (Red+Green+Blue) = 111+224+203=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #6FE0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE0CB is #901F34. Grayscale: #BBBBBB. Windows color (decimal): -9445173 or 13361263. OLE color: 13361263.
HSL color Cylindrical-coordinate representation of color #6FE0CB: hue angle of 168.85º 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 #6FE0CB is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 224 | 203 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.12 |
| HSL | 168.85º | 0.65% | 0.66% | - |
| HSV(B) | 168.85º | 0.5% | 0.88% | - |
| XYZ | 43.99 | 61 | 65.96 | - |
| YUV | 187.82 | 136.56 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 224 | 203 | 0.50 | 0 | 0.09 | 0.12 | 168.85 | 0.65 | 0.66 |
| Hex | 6F | E0 | CB | 32 | 0 | 9 | C | A9 | 41 | 42 |
| Octal | 157 | 340 | 313 | 62 | 0 | 11 | 14 | 251 | 101 | 102 |
| Binary | 1101111 | 11100000 | 11001011 | 110010 | 0 | 1001 | 1100 | 10101001 | 1000001 | 1000010 |
Color Harmonies of #6FE0CB
Complementary color
Monochromatic Colors of #6FE0CB
Black with #6FE0CB
Text Example
Text Example
White with #6FE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE0CB; }
p { color: rgb(111,224,203); }
H1.HeaderClassName
{
color: #6FE0CB;
}
.AnyTagClassName
{
color: #6FE0CB;
}
</style>
background-color css
<style>
a { background-color: #6FE0CB; }
a { background-color: rgb(111,224,203); }
div.DivClassName
{
background-color: #6FE0CB;
}
.BgClassName
{
background-color: #6FE0CB;
}
</style>
border-color css
<style>
span { border-color: #6FE0CB; }
span { border-color: rgb(111,224,203); }
td.TdClassName
{
border-color: #6FE0CB;
}
.TagClassName
{
border-color: #6FE0CB;
}
</style>