Shades of Downy #6FEFB4
Tints of Downy #6FEFB4
RGB
CMYK
RGB Variations
Color information
#6FEFB4 (or 0x6FEFB4) is known color: Downy. HEX triplet: 6F, EF and B4. RGB value is (111,239,180). Sum of RGB (Red+Green+Blue) = 111+239+180=530 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.94% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #6FEFB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEFB4 is #90104B. Grayscale: #C2C2C2. Windows color (decimal): -9441356 or 11857775. OLE color: 11857775.
HSL color Cylindrical-coordinate representation of color #6FEFB4: hue angle of 152.34º degrees, saturation: 0.8, 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 #6FEFB4 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 239 | 180 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.06 |
| HSL | 152.34º | 0.8% | 0.69% | - |
| HSV(B) | 152.34º | 0.54% | 0.94% | - |
| XYZ | 45.66 | 68.41 | 53.98 | - |
| YUV | 194 | 120.09 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 239 | 180 | 0.54 | 0 | 0.25 | 0.06 | 152.34 | 0.8 | 0.69 |
| Hex | 6F | EF | B4 | 36 | 0 | 19 | 6 | 98 | 50 | 45 |
| Octal | 157 | 357 | 264 | 66 | 0 | 31 | 6 | 230 | 120 | 105 |
| Binary | 1101111 | 11101111 | 10110100 | 110110 | 0 | 11001 | 110 | 10011000 | 1010000 | 1000101 |
Color Harmonies of #6FEFB4
Complementary color
Monochromatic Colors of #6FEFB4
Black with #6FEFB4
Text Example
Text Example
White with #6FEFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEFB4; }
p { color: rgb(111,239,180); }
H1.HeaderClassName
{
color: #6FEFB4;
}
.AnyTagClassName
{
color: #6FEFB4;
}
</style>
background-color css
<style>
a { background-color: #6FEFB4; }
a { background-color: rgb(111,239,180); }
div.DivClassName
{
background-color: #6FEFB4;
}
.BgClassName
{
background-color: #6FEFB4;
}
</style>
border-color css
<style>
span { border-color: #6FEFB4; }
span { border-color: rgb(111,239,180); }
td.TdClassName
{
border-color: #6FEFB4;
}
.TagClassName
{
border-color: #6FEFB4;
}
</style>