Shades of Downy #6FEEBD
Tints of Downy #6FEEBD
RGB
CMYK
RGB Variations
Color information
#6FEEBD (or 0x6FEEBD) is known color: Downy. HEX triplet: 6F, EE and BD. RGB value is (111,238,189). Sum of RGB (Red+Green+Blue) = 111+238+189=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #6FEEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEEBD is #901142. Grayscale: #C2C2C2. Windows color (decimal): -9441603 or 12447343. OLE color: 12447343.
HSL color Cylindrical-coordinate representation of color #6FEEBD: hue angle of 156.85º 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 #6FEEBD is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 238 | 189 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.07 |
| HSL | 156.85º | 0.79% | 0.68% | - |
| HSV(B) | 156.85º | 0.53% | 0.93% | - |
| XYZ | 46.32 | 68.2 | 58.87 | - |
| YUV | 194.44 | 124.92 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 238 | 189 | 0.53 | 0 | 0.21 | 0.07 | 156.85 | 0.79 | 0.68 |
| Hex | 6F | EE | BD | 35 | 0 | 15 | 7 | 9D | 4F | 44 |
| Octal | 157 | 356 | 275 | 65 | 0 | 25 | 7 | 235 | 117 | 104 |
| Binary | 1101111 | 11101110 | 10111101 | 110101 | 0 | 10101 | 111 | 10011101 | 1001111 | 1000100 |
Color Harmonies of #6FEEBD
Complementary color
Monochromatic Colors of #6FEEBD
Black with #6FEEBD
Text Example
Text Example
White with #6FEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEEBD; }
p { color: rgb(111,238,189); }
H1.HeaderClassName
{
color: #6FEEBD;
}
.AnyTagClassName
{
color: #6FEEBD;
}
</style>
background-color css
<style>
a { background-color: #6FEEBD; }
a { background-color: rgb(111,238,189); }
div.DivClassName
{
background-color: #6FEEBD;
}
.BgClassName
{
background-color: #6FEEBD;
}
</style>
border-color css
<style>
span { border-color: #6FEEBD; }
span { border-color: rgb(111,238,189); }
td.TdClassName
{
border-color: #6FEEBD;
}
.TagClassName
{
border-color: #6FEEBD;
}
</style>