Shades of Downy #6FD5C5
Tints of Downy #6FD5C5
RGB
CMYK
RGB Variations
Color information
#6FD5C5 (or 0x6FD5C5) is known color: Downy. HEX triplet: 6F, D5 and C5. RGB value is (111,213,197). Sum of RGB (Red+Green+Blue) = 111+213+197=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD5C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD5C5 is #902A3A. Grayscale: #B4B4B4. Windows color (decimal): -9447995 or 12965231. OLE color: 12965231.
HSL color Cylindrical-coordinate representation of color #6FD5C5: hue angle of 170.59º 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 #6FD5C5 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 213 | 197 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.16 |
| HSL | 170.59º | 0.55% | 0.64% | - |
| HSV(B) | 170.59º | 0.48% | 0.84% | - |
| XYZ | 40.43 | 55 | 61.31 | - |
| YUV | 180.68 | 137.21 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 213 | 197 | 0.48 | 0 | 0.08 | 0.16 | 170.59 | 0.55 | 0.64 |
| Hex | 6F | D5 | C5 | 30 | 0 | 8 | 10 | AB | 37 | 40 |
| Octal | 157 | 325 | 305 | 60 | 0 | 10 | 20 | 253 | 67 | 100 |
| Binary | 1101111 | 11010101 | 11000101 | 110000 | 0 | 1000 | 10000 | 10101011 | 110111 | 1000000 |
Color Harmonies of #6FD5C5
Complementary color
Monochromatic Colors of #6FD5C5
Black with #6FD5C5
Text Example
Text Example
White with #6FD5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD5C5; }
p { color: rgb(111,213,197); }
H1.HeaderClassName
{
color: #6FD5C5;
}
.AnyTagClassName
{
color: #6FD5C5;
}
</style>
background-color css
<style>
a { background-color: #6FD5C5; }
a { background-color: rgb(111,213,197); }
div.DivClassName
{
background-color: #6FD5C5;
}
.BgClassName
{
background-color: #6FD5C5;
}
</style>
border-color css
<style>
span { border-color: #6FD5C5; }
span { border-color: rgb(111,213,197); }
td.TdClassName
{
border-color: #6FD5C5;
}
.TagClassName
{
border-color: #6FD5C5;
}
</style>