Shades of Downy #6FDFD2
Tints of Downy #6FDFD2
RGB
CMYK
RGB Variations
Color information
#6FDFD2 (or 0x6FDFD2) is known color: Downy. HEX triplet: 6F, DF and D2. RGB value is (111,223,210). Sum of RGB (Red+Green+Blue) = 111+223+210=544 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.40% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFD2 is #90202D. Grayscale: #BBBBBB. Windows color (decimal): -9445422 or 13819759. OLE color: 13819759.
HSL color Cylindrical-coordinate representation of color #6FDFD2: hue angle of 173.04º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDFD2 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 223 | 210 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.13 |
| HSL | 173.04º | 0.64% | 0.65% | - |
| HSV(B) | 173.04º | 0.5% | 0.87% | - |
| XYZ | 44.58 | 60.81 | 70.36 | - |
| YUV | 188.03 | 140.39 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 210 | 0.50 | 0 | 0.06 | 0.13 | 173.04 | 0.64 | 0.65 |
| Hex | 6F | DF | D2 | 32 | 0 | 6 | D | AD | 40 | 41 |
| Octal | 157 | 337 | 322 | 62 | 0 | 6 | 15 | 255 | 100 | 101 |
| Binary | 1101111 | 11011111 | 11010010 | 110010 | 0 | 110 | 1101 | 10101101 | 1000000 | 1000001 |
Color Harmonies of #6FDFD2
Complementary color
Monochromatic Colors of #6FDFD2
Black with #6FDFD2
Text Example
Text Example
White with #6FDFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDFD2; }
p { color: rgb(111,223,210); }
H1.HeaderClassName
{
color: #6FDFD2;
}
.AnyTagClassName
{
color: #6FDFD2;
}
</style>
background-color css
<style>
a { background-color: #6FDFD2; }
a { background-color: rgb(111,223,210); }
div.DivClassName
{
background-color: #6FDFD2;
}
.BgClassName
{
background-color: #6FDFD2;
}
</style>
border-color css
<style>
span { border-color: #6FDFD2; }
span { border-color: rgb(111,223,210); }
td.TdClassName
{
border-color: #6FDFD2;
}
.TagClassName
{
border-color: #6FDFD2;
}
</style>