Shades of Downy #6FEEBE
Tints of Downy #6FEEBE
RGB
CMYK
RGB Variations
Color information
#6FEEBE (or 0x6FEEBE) is known color: Downy. HEX triplet: 6F, EE and BE. RGB value is (111,238,190). Sum of RGB (Red+Green+Blue) = 111+238+190=539 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.59% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 238 - color contains mainly: green. Hex color #6FEEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEEBE is #901141. Grayscale: #C2C2C2. Windows color (decimal): -9441602 or 12512879. OLE color: 12512879.
HSL color Cylindrical-coordinate representation of color #6FEEBE: hue angle of 157.32º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEEBE is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 238 | 190 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.07 |
| HSL | 157.32º | 0.79% | 0.68% | - |
| HSV(B) | 157.32º | 0.53% | 0.93% | - |
| XYZ | 46.42 | 68.25 | 59.44 | - |
| YUV | 194.56 | 125.42 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 238 | 190 | 0.53 | 0 | 0.20 | 0.07 | 157.32 | 0.79 | 0.68 |
| Hex | 6F | EE | BE | 35 | 0 | 14 | 7 | 9D | 4F | 44 |
| Octal | 157 | 356 | 276 | 65 | 0 | 24 | 7 | 235 | 117 | 104 |
| Binary | 1101111 | 11101110 | 10111110 | 110101 | 0 | 10100 | 111 | 10011101 | 1001111 | 1000100 |
Color Harmonies of #6FEEBE
Complementary color
Monochromatic Colors of #6FEEBE
Black with #6FEEBE
Text Example
Text Example
White with #6FEEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEEBE; }
p { color: rgb(111,238,190); }
H1.HeaderClassName
{
color: #6FEEBE;
}
.AnyTagClassName
{
color: #6FEEBE;
}
</style>
background-color css
<style>
a { background-color: #6FEEBE; }
a { background-color: rgb(111,238,190); }
div.DivClassName
{
background-color: #6FEEBE;
}
.BgClassName
{
background-color: #6FEEBE;
}
</style>
border-color css
<style>
span { border-color: #6FEEBE; }
span { border-color: rgb(111,238,190); }
td.TdClassName
{
border-color: #6FEEBE;
}
.TagClassName
{
border-color: #6FEEBE;
}
</style>