Shades of Downy #6FDDD0
Tints of Downy #6FDDD0
RGB
CMYK
RGB Variations
Color information
#6FDDD0 (or 0x6FDDD0) is known color: Downy. HEX triplet: 6F, DD and D0. RGB value is (111,221,208). Sum of RGB (Red+Green+Blue) = 111+221+208=540 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.56% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDDD0 is #90222F. Grayscale: #BABABA. Windows color (decimal): -9445936 or 13688175. OLE color: 13688175.
HSL color Cylindrical-coordinate representation of color #6FDDD0: hue angle of 172.91º degrees, saturation: 0.62, 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 #6FDDD0 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 221 | 208 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.13 |
| HSL | 172.91º | 0.62% | 0.65% | - |
| HSV(B) | 172.91º | 0.5% | 0.87% | - |
| XYZ | 43.8 | 59.65 | 68.88 | - |
| YUV | 186.63 | 140.06 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 221 | 208 | 0.50 | 0 | 0.06 | 0.13 | 172.91 | 0.62 | 0.65 |
| Hex | 6F | DD | D0 | 32 | 0 | 6 | D | AD | 3E | 41 |
| Octal | 157 | 335 | 320 | 62 | 0 | 6 | 15 | 255 | 76 | 101 |
| Binary | 1101111 | 11011101 | 11010000 | 110010 | 0 | 110 | 1101 | 10101101 | 111110 | 1000001 |
Color Harmonies of #6FDDD0
Complementary color
Monochromatic Colors of #6FDDD0
Black with #6FDDD0
Text Example
Text Example
White with #6FDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDDD0; }
p { color: rgb(111,221,208); }
H1.HeaderClassName
{
color: #6FDDD0;
}
.AnyTagClassName
{
color: #6FDDD0;
}
</style>
background-color css
<style>
a { background-color: #6FDDD0; }
a { background-color: rgb(111,221,208); }
div.DivClassName
{
background-color: #6FDDD0;
}
.BgClassName
{
background-color: #6FDDD0;
}
</style>
border-color css
<style>
span { border-color: #6FDDD0; }
span { border-color: rgb(111,221,208); }
td.TdClassName
{
border-color: #6FDDD0;
}
.TagClassName
{
border-color: #6FDDD0;
}
</style>