Shades of Downy #6FF0B4
Tints of Downy #6FF0B4
RGB
CMYK
RGB Variations
Color information
#6FF0B4 (or 0x6FF0B4) is known color: Downy. HEX triplet: 6F, F0 and B4. RGB value is (111,240,180). Sum of RGB (Red+Green+Blue) = 111+240+180=531 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.90% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #6FF0B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF0B4 is #900F4B. Grayscale: #C2C2C2. Windows color (decimal): -9441100 or 11858031. OLE color: 11858031.
HSL color Cylindrical-coordinate representation of color #6FF0B4: hue angle of 152.09º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF0B4 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 240 | 180 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.06 |
| HSL | 152.09º | 0.81% | 0.69% | - |
| HSV(B) | 152.09º | 0.54% | 0.94% | - |
| XYZ | 45.95 | 68.99 | 54.08 | - |
| YUV | 194.59 | 119.76 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 240 | 180 | 0.54 | 0 | 0.25 | 0.06 | 152.09 | 0.81 | 0.69 |
| Hex | 6F | F0 | B4 | 36 | 0 | 19 | 6 | 98 | 51 | 45 |
| Octal | 157 | 360 | 264 | 66 | 0 | 31 | 6 | 230 | 121 | 105 |
| Binary | 1101111 | 11110000 | 10110100 | 110110 | 0 | 11001 | 110 | 10011000 | 1010001 | 1000101 |
Color Harmonies of #6FF0B4
Complementary color
Monochromatic Colors of #6FF0B4
Black with #6FF0B4
Text Example
Text Example
White with #6FF0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF0B4; }
p { color: rgb(111,240,180); }
H1.HeaderClassName
{
color: #6FF0B4;
}
.AnyTagClassName
{
color: #6FF0B4;
}
</style>
background-color css
<style>
a { background-color: #6FF0B4; }
a { background-color: rgb(111,240,180); }
div.DivClassName
{
background-color: #6FF0B4;
}
.BgClassName
{
background-color: #6FF0B4;
}
</style>
border-color css
<style>
span { border-color: #6FF0B4; }
span { border-color: rgb(111,240,180); }
td.TdClassName
{
border-color: #6FF0B4;
}
.TagClassName
{
border-color: #6FF0B4;
}
</style>