Shades of Downy #6FD5C6
Tints of Downy #6FD5C6
RGB
CMYK
RGB Variations
Color information
#6FD5C6 (or 0x6FD5C6) is known color: Downy. HEX triplet: 6F, D5 and C6. RGB value is (111,213,198). Sum of RGB (Red+Green+Blue) = 111+213+198=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD5C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD5C6 is #902A39. Grayscale: #B4B4B4. Windows color (decimal): -9447994 or 13030767. OLE color: 13030767.
HSL color Cylindrical-coordinate representation of color #6FD5C6: hue angle of 171.18º 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 #6FD5C6 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 213 | 198 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.16 |
| HSL | 171.18º | 0.55% | 0.64% | - |
| HSV(B) | 171.18º | 0.48% | 0.84% | - |
| XYZ | 40.54 | 55.05 | 61.91 | - |
| YUV | 180.79 | 137.71 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 213 | 198 | 0.48 | 0 | 0.07 | 0.16 | 171.18 | 0.55 | 0.64 |
| Hex | 6F | D5 | C6 | 30 | 0 | 7 | 10 | AB | 37 | 40 |
| Octal | 157 | 325 | 306 | 60 | 0 | 7 | 20 | 253 | 67 | 100 |
| Binary | 1101111 | 11010101 | 11000110 | 110000 | 0 | 111 | 10000 | 10101011 | 110111 | 1000000 |
Color Harmonies of #6FD5C6
Complementary color
Monochromatic Colors of #6FD5C6
Black with #6FD5C6
Text Example
Text Example
White with #6FD5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD5C6; }
p { color: rgb(111,213,198); }
H1.HeaderClassName
{
color: #6FD5C6;
}
.AnyTagClassName
{
color: #6FD5C6;
}
</style>
background-color css
<style>
a { background-color: #6FD5C6; }
a { background-color: rgb(111,213,198); }
div.DivClassName
{
background-color: #6FD5C6;
}
.BgClassName
{
background-color: #6FD5C6;
}
</style>
border-color css
<style>
span { border-color: #6FD5C6; }
span { border-color: rgb(111,213,198); }
td.TdClassName
{
border-color: #6FD5C6;
}
.TagClassName
{
border-color: #6FD5C6;
}
</style>