Shades of Downy #6FE6CB
Tints of Downy #6FE6CB
RGB
CMYK
RGB Variations
Color information
#6FE6CB (or 0x6FE6CB) is known color: Downy. HEX triplet: 6F, E6 and CB. RGB value is (111,230,203). Sum of RGB (Red+Green+Blue) = 111+230+203=544 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.40% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #6FE6CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE6CB is #901934. Grayscale: #BFBFBF. Windows color (decimal): -9443637 or 13362799. OLE color: 13362799.
HSL color Cylindrical-coordinate representation of color #6FE6CB: hue angle of 166.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 #6FE6CB is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 230 | 203 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.10 |
| HSL | 166.39º | 0.7% | 0.67% | - |
| HSV(B) | 166.39º | 0.52% | 0.9% | - |
| XYZ | 45.63 | 64.28 | 66.5 | - |
| YUV | 191.34 | 134.58 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 230 | 203 | 0.52 | 0 | 0.12 | 0.10 | 166.39 | 0.7 | 0.67 |
| Hex | 6F | E6 | CB | 34 | 0 | C | A | A6 | 46 | 43 |
| Octal | 157 | 346 | 313 | 64 | 0 | 14 | 12 | 246 | 106 | 103 |
| Binary | 1101111 | 11100110 | 11001011 | 110100 | 0 | 1100 | 1010 | 10100110 | 1000110 | 1000011 |
Color Harmonies of #6FE6CB
Complementary color
Monochromatic Colors of #6FE6CB
Black with #6FE6CB
Text Example
Text Example
White with #6FE6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE6CB; }
p { color: rgb(111,230,203); }
H1.HeaderClassName
{
color: #6FE6CB;
}
.AnyTagClassName
{
color: #6FE6CB;
}
</style>
background-color css
<style>
a { background-color: #6FE6CB; }
a { background-color: rgb(111,230,203); }
div.DivClassName
{
background-color: #6FE6CB;
}
.BgClassName
{
background-color: #6FE6CB;
}
</style>
border-color css
<style>
span { border-color: #6FE6CB; }
span { border-color: rgb(111,230,203); }
td.TdClassName
{
border-color: #6FE6CB;
}
.TagClassName
{
border-color: #6FE6CB;
}
</style>