Shades of Downy #6FE7BD
Tints of Downy #6FE7BD
RGB
CMYK
RGB Variations
Color information
#6FE7BD (or 0x6FE7BD) is known color: Downy. HEX triplet: 6F, E7 and BD. RGB value is (111,231,189). Sum of RGB (Red+Green+Blue) = 111+231+189=531 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.90% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #6FE7BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE7BD is #901842. Grayscale: #BEBEBE. Windows color (decimal): -9443395 or 12445551. OLE color: 12445551.
HSL color Cylindrical-coordinate representation of color #6FE7BD: hue angle of 159º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE7BD is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 231 | 189 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.09 |
| HSL | 159º | 0.71% | 0.67% | - |
| HSV(B) | 159º | 0.52% | 0.91% | - |
| XYZ | 44.32 | 64.21 | 58.2 | - |
| YUV | 190.33 | 127.24 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 231 | 189 | 0.52 | 0 | 0.18 | 0.09 | 159 | 0.71 | 0.67 |
| Hex | 6F | E7 | BD | 34 | 0 | 12 | 9 | 9F | 47 | 43 |
| Octal | 157 | 347 | 275 | 64 | 0 | 22 | 11 | 237 | 107 | 103 |
| Binary | 1101111 | 11100111 | 10111101 | 110100 | 0 | 10010 | 1001 | 10011111 | 1000111 | 1000011 |
Color Harmonies of #6FE7BD
Complementary color
Monochromatic Colors of #6FE7BD
Black with #6FE7BD
Text Example
Text Example
White with #6FE7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE7BD; }
p { color: rgb(111,231,189); }
H1.HeaderClassName
{
color: #6FE7BD;
}
.AnyTagClassName
{
color: #6FE7BD;
}
</style>
background-color css
<style>
a { background-color: #6FE7BD; }
a { background-color: rgb(111,231,189); }
div.DivClassName
{
background-color: #6FE7BD;
}
.BgClassName
{
background-color: #6FE7BD;
}
</style>
border-color css
<style>
span { border-color: #6FE7BD; }
span { border-color: rgb(111,231,189); }
td.TdClassName
{
border-color: #6FE7BD;
}
.TagClassName
{
border-color: #6FE7BD;
}
</style>