Shades of Downy #6FD1B4
Tints of Downy #6FD1B4
RGB
CMYK
RGB Variations
Color information
#6FD1B4 (or 0x6FD1B4) is known color: Downy. HEX triplet: 6F, D1 and B4. RGB value is (111,209,180). Sum of RGB (Red+Green+Blue) = 111+209+180=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 209 - color contains mainly: green. Hex color #6FD1B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD1B4 is #902E4B. Grayscale: #B0B0B0. Windows color (decimal): -9449036 or 11850095. OLE color: 11850095.
HSL color Cylindrical-coordinate representation of color #6FD1B4: hue angle of 162.24º 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 #6FD1B4 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 209 | 180 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.18 |
| HSL | 162.24º | 0.52% | 0.63% | - |
| HSV(B) | 162.24º | 0.47% | 0.82% | - |
| XYZ | 37.59 | 52.28 | 51.29 | - |
| YUV | 176.39 | 130.03 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 209 | 180 | 0.47 | 0 | 0.14 | 0.18 | 162.24 | 0.52 | 0.63 |
| Hex | 6F | D1 | B4 | 2F | 0 | E | 12 | A2 | 34 | 3F |
| Octal | 157 | 321 | 264 | 57 | 0 | 16 | 22 | 242 | 64 | 77 |
| Binary | 1101111 | 11010001 | 10110100 | 101111 | 0 | 1110 | 10010 | 10100010 | 110100 | 111111 |
Color Harmonies of #6FD1B4
Complementary color
Monochromatic Colors of #6FD1B4
Black with #6FD1B4
Text Example
Text Example
White with #6FD1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD1B4; }
p { color: rgb(111,209,180); }
H1.HeaderClassName
{
color: #6FD1B4;
}
.AnyTagClassName
{
color: #6FD1B4;
}
</style>
background-color css
<style>
a { background-color: #6FD1B4; }
a { background-color: rgb(111,209,180); }
div.DivClassName
{
background-color: #6FD1B4;
}
.BgClassName
{
background-color: #6FD1B4;
}
</style>
border-color css
<style>
span { border-color: #6FD1B4; }
span { border-color: rgb(111,209,180); }
td.TdClassName
{
border-color: #6FD1B4;
}
.TagClassName
{
border-color: #6FD1B4;
}
</style>