Shades of Downy #6FD4C4
Tints of Downy #6FD4C4
RGB
CMYK
RGB Variations
Color information
#6FD4C4 (or 0x6FD4C4) is known color: Downy. HEX triplet: 6F, D4 and C4. RGB value is (111,212,196). Sum of RGB (Red+Green+Blue) = 111+212+196=519 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.39% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #6FD4C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD4C4 is #902B3B. Grayscale: #B3B3B3. Windows color (decimal): -9448252 or 12899439. OLE color: 12899439.
HSL color Cylindrical-coordinate representation of color #6FD4C4: hue angle of 170.5º 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 #6FD4C4 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 212 | 196 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.17 |
| HSL | 170.5º | 0.54% | 0.63% | - |
| HSV(B) | 170.5º | 0.48% | 0.83% | - |
| XYZ | 40.06 | 54.45 | 60.62 | - |
| YUV | 179.98 | 137.04 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 212 | 196 | 0.48 | 0 | 0.08 | 0.17 | 170.5 | 0.54 | 0.63 |
| Hex | 6F | D4 | C4 | 30 | 0 | 8 | 11 | AA | 36 | 3F |
| Octal | 157 | 324 | 304 | 60 | 0 | 10 | 21 | 252 | 66 | 77 |
| Binary | 1101111 | 11010100 | 11000100 | 110000 | 0 | 1000 | 10001 | 10101010 | 110110 | 111111 |
Color Harmonies of #6FD4C4
Complementary color
Monochromatic Colors of #6FD4C4
Black with #6FD4C4
Text Example
Text Example
White with #6FD4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD4C4; }
p { color: rgb(111,212,196); }
H1.HeaderClassName
{
color: #6FD4C4;
}
.AnyTagClassName
{
color: #6FD4C4;
}
</style>
background-color css
<style>
a { background-color: #6FD4C4; }
a { background-color: rgb(111,212,196); }
div.DivClassName
{
background-color: #6FD4C4;
}
.BgClassName
{
background-color: #6FD4C4;
}
</style>
border-color css
<style>
span { border-color: #6FD4C4; }
span { border-color: rgb(111,212,196); }
td.TdClassName
{
border-color: #6FD4C4;
}
.TagClassName
{
border-color: #6FD4C4;
}
</style>