Shades of Downy #6FE7CB
Tints of Downy #6FE7CB
RGB
CMYK
RGB Variations
Color information
#6FE7CB (or 0x6FE7CB) is known color: Downy. HEX triplet: 6F, E7 and CB. RGB value is (111,231,203). Sum of RGB (Red+Green+Blue) = 111+231+203=545 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.37% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 231 - color contains mainly: green. Hex color #6FE7CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE7CB is #901834. Grayscale: #BFBFBF. Windows color (decimal): -9443381 or 13363055. OLE color: 13363055.
HSL color Cylindrical-coordinate representation of color #6FE7CB: hue angle of 166º degrees, saturation: 0.71, 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 #6FE7CB is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 231 | 203 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.09 |
| HSL | 166º | 0.71% | 0.67% | - |
| HSV(B) | 166º | 0.52% | 0.91% | - |
| XYZ | 45.91 | 64.84 | 66.6 | - |
| YUV | 191.93 | 134.24 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 231 | 203 | 0.52 | 0 | 0.12 | 0.09 | 166 | 0.71 | 0.67 |
| Hex | 6F | E7 | CB | 34 | 0 | C | 9 | A6 | 47 | 43 |
| Octal | 157 | 347 | 313 | 64 | 0 | 14 | 11 | 246 | 107 | 103 |
| Binary | 1101111 | 11100111 | 11001011 | 110100 | 0 | 1100 | 1001 | 10100110 | 1000111 | 1000011 |
Color Harmonies of #6FE7CB
Complementary color
Monochromatic Colors of #6FE7CB
Black with #6FE7CB
Text Example
Text Example
White with #6FE7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE7CB; }
p { color: rgb(111,231,203); }
H1.HeaderClassName
{
color: #6FE7CB;
}
.AnyTagClassName
{
color: #6FE7CB;
}
</style>
background-color css
<style>
a { background-color: #6FE7CB; }
a { background-color: rgb(111,231,203); }
div.DivClassName
{
background-color: #6FE7CB;
}
.BgClassName
{
background-color: #6FE7CB;
}
</style>
border-color css
<style>
span { border-color: #6FE7CB; }
span { border-color: rgb(111,231,203); }
td.TdClassName
{
border-color: #6FE7CB;
}
.TagClassName
{
border-color: #6FE7CB;
}
</style>