Shades of Downy #6FDAC8
Tints of Downy #6FDAC8
RGB
CMYK
RGB Variations
Color information
#6FDAC8 (or 0x6FDAC8) is known color: Downy. HEX triplet: 6F, DA and C8. RGB value is (111,218,200). Sum of RGB (Red+Green+Blue) = 111+218+200=529 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.98% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDAC8 is #902537. Grayscale: #B7B7B7. Windows color (decimal): -9446712 or 13163119. OLE color: 13163119.
HSL color Cylindrical-coordinate representation of color #6FDAC8: hue angle of 169.91º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDAC8 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 218 | 200 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.15 |
| HSL | 169.91º | 0.59% | 0.65% | - |
| HSV(B) | 169.91º | 0.49% | 0.85% | - |
| XYZ | 42.05 | 57.69 | 63.56 | - |
| YUV | 183.96 | 137.05 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 200 | 0.49 | 0 | 0.08 | 0.15 | 169.91 | 0.59 | 0.65 |
| Hex | 6F | DA | C8 | 31 | 0 | 8 | F | AA | 3B | 41 |
| Octal | 157 | 332 | 310 | 61 | 0 | 10 | 17 | 252 | 73 | 101 |
| Binary | 1101111 | 11011010 | 11001000 | 110001 | 0 | 1000 | 1111 | 10101010 | 111011 | 1000001 |
Color Harmonies of #6FDAC8
Complementary color
Monochromatic Colors of #6FDAC8
Black with #6FDAC8
Text Example
Text Example
White with #6FDAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDAC8; }
p { color: rgb(111,218,200); }
H1.HeaderClassName
{
color: #6FDAC8;
}
.AnyTagClassName
{
color: #6FDAC8;
}
</style>
background-color css
<style>
a { background-color: #6FDAC8; }
a { background-color: rgb(111,218,200); }
div.DivClassName
{
background-color: #6FDAC8;
}
.BgClassName
{
background-color: #6FDAC8;
}
</style>
border-color css
<style>
span { border-color: #6FDAC8; }
span { border-color: rgb(111,218,200); }
td.TdClassName
{
border-color: #6FDAC8;
}
.TagClassName
{
border-color: #6FDAC8;
}
</style>