Shades of Downy #6FE4B5
Tints of Downy #6FE4B5
RGB
CMYK
RGB Variations
Color information
#6FE4B5 (or 0x6FE4B5) is known color: Downy. HEX triplet: 6F, E4 and B5. RGB value is (111,228,181). Sum of RGB (Red+Green+Blue) = 111+228+181=520 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.35% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 228 - color contains mainly: green. Hex color #6FE4B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE4B5 is #901B4A. Grayscale: #BBBBBB. Windows color (decimal): -9444171 or 11920495. OLE color: 11920495.
HSL color Cylindrical-coordinate representation of color #6FE4B5: hue angle of 155.9º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE4B5 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 228 | 181 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.11 |
| HSL | 155.9º | 0.68% | 0.66% | - |
| HSV(B) | 155.9º | 0.51% | 0.89% | - |
| XYZ | 42.64 | 62.2 | 53.48 | - |
| YUV | 187.66 | 124.24 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 228 | 181 | 0.51 | 0 | 0.21 | 0.11 | 155.9 | 0.68 | 0.66 |
| Hex | 6F | E4 | B5 | 33 | 0 | 15 | B | 9C | 44 | 42 |
| Octal | 157 | 344 | 265 | 63 | 0 | 25 | 13 | 234 | 104 | 102 |
| Binary | 1101111 | 11100100 | 10110101 | 110011 | 0 | 10101 | 1011 | 10011100 | 1000100 | 1000010 |
Color Harmonies of #6FE4B5
Complementary color
Monochromatic Colors of #6FE4B5
Black with #6FE4B5
Text Example
Text Example
White with #6FE4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE4B5; }
p { color: rgb(111,228,181); }
H1.HeaderClassName
{
color: #6FE4B5;
}
.AnyTagClassName
{
color: #6FE4B5;
}
</style>
background-color css
<style>
a { background-color: #6FE4B5; }
a { background-color: rgb(111,228,181); }
div.DivClassName
{
background-color: #6FE4B5;
}
.BgClassName
{
background-color: #6FE4B5;
}
</style>
border-color css
<style>
span { border-color: #6FE4B5; }
span { border-color: rgb(111,228,181); }
td.TdClassName
{
border-color: #6FE4B5;
}
.TagClassName
{
border-color: #6FE4B5;
}
</style>