Shades of Downy #6FD5CF
Tints of Downy #6FD5CF
RGB
CMYK
RGB Variations
Color information
#6FD5CF (or 0x6FD5CF) is known color: Downy. HEX triplet: 6F, D5 and CF. RGB value is (111,213,207). Sum of RGB (Red+Green+Blue) = 111+213+207=531 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.90% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD5CF is #902A30. Grayscale: #B5B5B5. Windows color (decimal): -9447985 or 13620591. OLE color: 13620591.
HSL color Cylindrical-coordinate representation of color #6FD5CF: hue angle of 176.47º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD5CF is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 213 | 207 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.16 |
| HSL | 176.47º | 0.55% | 0.64% | - |
| HSV(B) | 176.47º | 0.48% | 0.84% | - |
| XYZ | 41.61 | 55.47 | 67.55 | - |
| YUV | 181.82 | 142.21 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 213 | 207 | 0.48 | 0 | 0.03 | 0.16 | 176.47 | 0.55 | 0.64 |
| Hex | 6F | D5 | CF | 30 | 0 | 3 | 10 | B0 | 37 | 40 |
| Octal | 157 | 325 | 317 | 60 | 0 | 3 | 20 | 260 | 67 | 100 |
| Binary | 1101111 | 11010101 | 11001111 | 110000 | 0 | 11 | 10000 | 10110000 | 110111 | 1000000 |
Color Harmonies of #6FD5CF
Complementary color
Monochromatic Colors of #6FD5CF
Black with #6FD5CF
Text Example
Text Example
White with #6FD5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD5CF; }
p { color: rgb(111,213,207); }
H1.HeaderClassName
{
color: #6FD5CF;
}
.AnyTagClassName
{
color: #6FD5CF;
}
</style>
background-color css
<style>
a { background-color: #6FD5CF; }
a { background-color: rgb(111,213,207); }
div.DivClassName
{
background-color: #6FD5CF;
}
.BgClassName
{
background-color: #6FD5CF;
}
</style>
border-color css
<style>
span { border-color: #6FD5CF; }
span { border-color: rgb(111,213,207); }
td.TdClassName
{
border-color: #6FD5CF;
}
.TagClassName
{
border-color: #6FD5CF;
}
</style>