Shades of Downy #6FE5D1
Tints of Downy #6FE5D1
RGB
CMYK
RGB Variations
Color information
#6FE5D1 (or 0x6FE5D1) is known color: Downy. HEX triplet: 6F, E5 and D1. RGB value is (111,229,209). Sum of RGB (Red+Green+Blue) = 111+229+209=549 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.22% from 549); Green value is 229 (89.84% from 255 or 41.71% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 229 - color contains mainly: green. Hex color #6FE5D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE5D1 is #901A2E. Grayscale: #BFBFBF. Windows color (decimal): -9443887 or 13755759. OLE color: 13755759.
HSL color Cylindrical-coordinate representation of color #6FE5D1: hue angle of 169.83º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE5D1 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 229 | 209 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.10 |
| HSL | 169.83º | 0.69% | 0.67% | - |
| HSV(B) | 169.83º | 0.52% | 0.9% | - |
| XYZ | 46.08 | 64.02 | 70.25 | - |
| YUV | 191.44 | 137.91 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 229 | 209 | 0.52 | 0 | 0.09 | 0.10 | 169.83 | 0.69 | 0.67 |
| Hex | 6F | E5 | D1 | 34 | 0 | 9 | A | AA | 45 | 43 |
| Octal | 157 | 345 | 321 | 64 | 0 | 11 | 12 | 252 | 105 | 103 |
| Binary | 1101111 | 11100101 | 11010001 | 110100 | 0 | 1001 | 1010 | 10101010 | 1000101 | 1000011 |
Color Harmonies of #6FE5D1
Complementary color
Monochromatic Colors of #6FE5D1
Black with #6FE5D1
Text Example
Text Example
White with #6FE5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE5D1; }
p { color: rgb(111,229,209); }
H1.HeaderClassName
{
color: #6FE5D1;
}
.AnyTagClassName
{
color: #6FE5D1;
}
</style>
background-color css
<style>
a { background-color: #6FE5D1; }
a { background-color: rgb(111,229,209); }
div.DivClassName
{
background-color: #6FE5D1;
}
.BgClassName
{
background-color: #6FE5D1;
}
</style>
border-color css
<style>
span { border-color: #6FE5D1; }
span { border-color: rgb(111,229,209); }
td.TdClassName
{
border-color: #6FE5D1;
}
.TagClassName
{
border-color: #6FE5D1;
}
</style>