Shades of Downy #6FEEBC
Tints of Downy #6FEEBC
RGB
CMYK
RGB Variations
Color information
#6FEEBC (or 0x6FEEBC) is known color: Downy. HEX triplet: 6F, EE and BC. RGB value is (111,238,188). Sum of RGB (Red+Green+Blue) = 111+238+188=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #6FEEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEEBC is #901143. Grayscale: #C2C2C2. Windows color (decimal): -9441604 or 12381807. OLE color: 12381807.
HSL color Cylindrical-coordinate representation of color #6FEEBC: hue angle of 156.38º 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 #6FEEBC is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 238 | 188 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.07 |
| HSL | 156.38º | 0.79% | 0.68% | - |
| HSV(B) | 156.38º | 0.53% | 0.93% | - |
| XYZ | 46.21 | 68.16 | 58.3 | - |
| YUV | 194.33 | 124.42 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 238 | 188 | 0.53 | 0 | 0.21 | 0.07 | 156.38 | 0.79 | 0.68 |
| Hex | 6F | EE | BC | 35 | 0 | 15 | 7 | 9C | 4F | 44 |
| Octal | 157 | 356 | 274 | 65 | 0 | 25 | 7 | 234 | 117 | 104 |
| Binary | 1101111 | 11101110 | 10111100 | 110101 | 0 | 10101 | 111 | 10011100 | 1001111 | 1000100 |
Color Harmonies of #6FEEBC
Complementary color
Monochromatic Colors of #6FEEBC
Black with #6FEEBC
Text Example
Text Example
White with #6FEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEEBC; }
p { color: rgb(111,238,188); }
H1.HeaderClassName
{
color: #6FEEBC;
}
.AnyTagClassName
{
color: #6FEEBC;
}
</style>
background-color css
<style>
a { background-color: #6FEEBC; }
a { background-color: rgb(111,238,188); }
div.DivClassName
{
background-color: #6FEEBC;
}
.BgClassName
{
background-color: #6FEEBC;
}
</style>
border-color css
<style>
span { border-color: #6FEEBC; }
span { border-color: rgb(111,238,188); }
td.TdClassName
{
border-color: #6FEEBC;
}
.TagClassName
{
border-color: #6FEEBC;
}
</style>