Shades of Downy #6FE3B4
Tints of Downy #6FE3B4
RGB
CMYK
RGB Variations
Color information
#6FE3B4 (or 0x6FE3B4) is known color: Downy. HEX triplet: 6F, E3 and B4. RGB value is (111,227,180). Sum of RGB (Red+Green+Blue) = 111+227+180=518 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.43% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #6FE3B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE3B4 is #901C4B. Grayscale: #BBBBBB. Windows color (decimal): -9444428 or 11854703. OLE color: 11854703.
HSL color Cylindrical-coordinate representation of color #6FE3B4: hue angle of 155.69º degrees, saturation: 0.67, 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 #6FE3B4 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 227 | 180 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.11 |
| HSL | 155.69º | 0.67% | 0.66% | - |
| HSV(B) | 155.69º | 0.51% | 0.89% | - |
| XYZ | 42.26 | 61.61 | 52.85 | - |
| YUV | 186.96 | 124.07 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 227 | 180 | 0.51 | 0 | 0.21 | 0.11 | 155.69 | 0.67 | 0.66 |
| Hex | 6F | E3 | B4 | 33 | 0 | 15 | B | 9C | 43 | 42 |
| Octal | 157 | 343 | 264 | 63 | 0 | 25 | 13 | 234 | 103 | 102 |
| Binary | 1101111 | 11100011 | 10110100 | 110011 | 0 | 10101 | 1011 | 10011100 | 1000011 | 1000010 |
Color Harmonies of #6FE3B4
Complementary color
Monochromatic Colors of #6FE3B4
Black with #6FE3B4
Text Example
Text Example
White with #6FE3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE3B4; }
p { color: rgb(111,227,180); }
H1.HeaderClassName
{
color: #6FE3B4;
}
.AnyTagClassName
{
color: #6FE3B4;
}
</style>
background-color css
<style>
a { background-color: #6FE3B4; }
a { background-color: rgb(111,227,180); }
div.DivClassName
{
background-color: #6FE3B4;
}
.BgClassName
{
background-color: #6FE3B4;
}
</style>
border-color css
<style>
span { border-color: #6FE3B4; }
span { border-color: rgb(111,227,180); }
td.TdClassName
{
border-color: #6FE3B4;
}
.TagClassName
{
border-color: #6FE3B4;
}
</style>