Shades of Downy #6FE5B5
Tints of Downy #6FE5B5
RGB
CMYK
RGB Variations
Color information
#6FE5B5 (or 0x6FE5B5) is known color: Downy. HEX triplet: 6F, E5 and B5. RGB value is (111,229,181). Sum of RGB (Red+Green+Blue) = 111+229+181=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #6FE5B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE5B5 is #901A4A. Grayscale: #BCBCBC. Windows color (decimal): -9443915 or 11920751. OLE color: 11920751.
HSL color Cylindrical-coordinate representation of color #6FE5B5: hue angle of 155.59º 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 #6FE5B5 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 229 | 181 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.10 |
| HSL | 155.59º | 0.69% | 0.67% | - |
| HSV(B) | 155.59º | 0.52% | 0.9% | - |
| XYZ | 42.92 | 62.75 | 53.57 | - |
| YUV | 188.25 | 123.91 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 229 | 181 | 0.52 | 0 | 0.21 | 0.10 | 155.59 | 0.69 | 0.67 |
| Hex | 6F | E5 | B5 | 34 | 0 | 15 | A | 9C | 45 | 43 |
| Octal | 157 | 345 | 265 | 64 | 0 | 25 | 12 | 234 | 105 | 103 |
| Binary | 1101111 | 11100101 | 10110101 | 110100 | 0 | 10101 | 1010 | 10011100 | 1000101 | 1000011 |
Color Harmonies of #6FE5B5
Complementary color
Monochromatic Colors of #6FE5B5
Black with #6FE5B5
Text Example
Text Example
White with #6FE5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE5B5; }
p { color: rgb(111,229,181); }
H1.HeaderClassName
{
color: #6FE5B5;
}
.AnyTagClassName
{
color: #6FE5B5;
}
</style>
background-color css
<style>
a { background-color: #6FE5B5; }
a { background-color: rgb(111,229,181); }
div.DivClassName
{
background-color: #6FE5B5;
}
.BgClassName
{
background-color: #6FE5B5;
}
</style>
border-color css
<style>
span { border-color: #6FE5B5; }
span { border-color: rgb(111,229,181); }
td.TdClassName
{
border-color: #6FE5B5;
}
.TagClassName
{
border-color: #6FE5B5;
}
</style>