Shades of Downy #6FD1C1
Tints of Downy #6FD1C1
RGB
CMYK
RGB Variations
Color information
#6FD1C1 (or 0x6FD1C1) is known color: Downy. HEX triplet: 6F, D1 and C1. RGB value is (111,209,193). Sum of RGB (Red+Green+Blue) = 111+209+193=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 209 - color contains mainly: green. Hex color #6FD1C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD1C1 is #902E3E. Grayscale: #B1B1B1. Windows color (decimal): -9449023 or 12702063. OLE color: 12702063.
HSL color Cylindrical-coordinate representation of color #6FD1C1: hue angle of 170.2º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD1C1 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 209 | 193 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.18 |
| HSL | 170.2º | 0.52% | 0.63% | - |
| HSV(B) | 170.2º | 0.47% | 0.82% | - |
| XYZ | 38.98 | 52.83 | 58.59 | - |
| YUV | 177.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 209 | 193 | 0.47 | 0 | 0.08 | 0.18 | 170.2 | 0.52 | 0.63 |
| Hex | 6F | D1 | C1 | 2F | 0 | 8 | 12 | AA | 34 | 3F |
| Octal | 157 | 321 | 301 | 57 | 0 | 10 | 22 | 252 | 64 | 77 |
| Binary | 1101111 | 11010001 | 11000001 | 101111 | 0 | 1000 | 10010 | 10101010 | 110100 | 111111 |
Color Harmonies of #6FD1C1
Complementary color
Monochromatic Colors of #6FD1C1
Black with #6FD1C1
Text Example
Text Example
White with #6FD1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD1C1; }
p { color: rgb(111,209,193); }
H1.HeaderClassName
{
color: #6FD1C1;
}
.AnyTagClassName
{
color: #6FD1C1;
}
</style>
background-color css
<style>
a { background-color: #6FD1C1; }
a { background-color: rgb(111,209,193); }
div.DivClassName
{
background-color: #6FD1C1;
}
.BgClassName
{
background-color: #6FD1C1;
}
</style>
border-color css
<style>
span { border-color: #6FD1C1; }
span { border-color: rgb(111,209,193); }
td.TdClassName
{
border-color: #6FD1C1;
}
.TagClassName
{
border-color: #6FD1C1;
}
</style>