Shades of Downy #6FDCC4
Tints of Downy #6FDCC4
RGB
CMYK
RGB Variations
Color information
#6FDCC4 (or 0x6FDCC4) is known color: Downy. HEX triplet: 6F, DC and C4. RGB value is (111,220,196). Sum of RGB (Red+Green+Blue) = 111+220+196=527 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.06% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCC4 is #90233B. Grayscale: #B8B8B8. Windows color (decimal): -9446204 or 12901487. OLE color: 12901487.
HSL color Cylindrical-coordinate representation of color #6FDCC4: hue angle of 166.79º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDCC4 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 220 | 196 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.14 |
| HSL | 166.79º | 0.61% | 0.65% | - |
| HSV(B) | 166.79º | 0.5% | 0.86% | - |
| XYZ | 42.11 | 58.55 | 61.31 | - |
| YUV | 184.67 | 134.39 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 196 | 0.50 | 0 | 0.11 | 0.14 | 166.79 | 0.61 | 0.65 |
| Hex | 6F | DC | C4 | 32 | 0 | B | E | A7 | 3D | 41 |
| Octal | 157 | 334 | 304 | 62 | 0 | 13 | 16 | 247 | 75 | 101 |
| Binary | 1101111 | 11011100 | 11000100 | 110010 | 0 | 1011 | 1110 | 10100111 | 111101 | 1000001 |
Color Harmonies of #6FDCC4
Complementary color
Monochromatic Colors of #6FDCC4
Black with #6FDCC4
Text Example
Text Example
White with #6FDCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDCC4; }
p { color: rgb(111,220,196); }
H1.HeaderClassName
{
color: #6FDCC4;
}
.AnyTagClassName
{
color: #6FDCC4;
}
</style>
background-color css
<style>
a { background-color: #6FDCC4; }
a { background-color: rgb(111,220,196); }
div.DivClassName
{
background-color: #6FDCC4;
}
.BgClassName
{
background-color: #6FDCC4;
}
</style>
border-color css
<style>
span { border-color: #6FDCC4; }
span { border-color: rgb(111,220,196); }
td.TdClassName
{
border-color: #6FDCC4;
}
.TagClassName
{
border-color: #6FDCC4;
}
</style>