Shades of Downy #6FD4CB
Tints of Downy #6FD4CB
RGB
CMYK
RGB Variations
Color information
#6FD4CB (or 0x6FD4CB) is known color: Downy. HEX triplet: 6F, D4 and CB. RGB value is (111,212,203). Sum of RGB (Red+Green+Blue) = 111+212+203=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #6FD4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD4CB is #902B34. Grayscale: #B4B4B4. Windows color (decimal): -9448245 or 13358191. OLE color: 13358191.
HSL color Cylindrical-coordinate representation of color #6FD4CB: hue angle of 174.65º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD4CB is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 212 | 203 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.17 |
| HSL | 174.65º | 0.54% | 0.63% | - |
| HSV(B) | 174.65º | 0.48% | 0.83% | - |
| XYZ | 40.88 | 54.78 | 64.92 | - |
| YUV | 180.78 | 140.54 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 212 | 203 | 0.48 | 0 | 0.04 | 0.17 | 174.65 | 0.54 | 0.63 |
| Hex | 6F | D4 | CB | 30 | 0 | 4 | 11 | AF | 36 | 3F |
| Octal | 157 | 324 | 313 | 60 | 0 | 4 | 21 | 257 | 66 | 77 |
| Binary | 1101111 | 11010100 | 11001011 | 110000 | 0 | 100 | 10001 | 10101111 | 110110 | 111111 |
Color Harmonies of #6FD4CB
Complementary color
Monochromatic Colors of #6FD4CB
Black with #6FD4CB
Text Example
Text Example
White with #6FD4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD4CB; }
p { color: rgb(111,212,203); }
H1.HeaderClassName
{
color: #6FD4CB;
}
.AnyTagClassName
{
color: #6FD4CB;
}
</style>
background-color css
<style>
a { background-color: #6FD4CB; }
a { background-color: rgb(111,212,203); }
div.DivClassName
{
background-color: #6FD4CB;
}
.BgClassName
{
background-color: #6FD4CB;
}
</style>
border-color css
<style>
span { border-color: #6FD4CB; }
span { border-color: rgb(111,212,203); }
td.TdClassName
{
border-color: #6FD4CB;
}
.TagClassName
{
border-color: #6FD4CB;
}
</style>