Shades of Downy #6FCEBA
Tints of Downy #6FCEBA
RGB
CMYK
RGB Variations
Color information
#6FCEBA (or 0x6FCEBA) is known color: Downy. HEX triplet: 6F, CE and BA. RGB value is (111,206,186). Sum of RGB (Red+Green+Blue) = 111+206+186=503 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.07% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #6FCEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCEBA is #903145. Grayscale: #AFAFAF. Windows color (decimal): -9449798 or 12242543. OLE color: 12242543.
HSL color Cylindrical-coordinate representation of color #6FCEBA: hue angle of 167.37º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCEBA is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 206 | 186 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.19 |
| HSL | 167.37º | 0.49% | 0.62% | - |
| HSV(B) | 167.37º | 0.46% | 0.81% | - |
| XYZ | 37.49 | 51.07 | 54.34 | - |
| YUV | 175.32 | 134.03 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 206 | 186 | 0.46 | 0 | 0.10 | 0.19 | 167.37 | 0.49 | 0.62 |
| Hex | 6F | CE | BA | 2E | 0 | A | 13 | A7 | 31 | 3E |
| Octal | 157 | 316 | 272 | 56 | 0 | 12 | 23 | 247 | 61 | 76 |
| Binary | 1101111 | 11001110 | 10111010 | 101110 | 0 | 1010 | 10011 | 10100111 | 110001 | 111110 |
Color Harmonies of #6FCEBA
Complementary color
Monochromatic Colors of #6FCEBA
Black with #6FCEBA
Text Example
Text Example
White with #6FCEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCEBA; }
p { color: rgb(111,206,186); }
H1.HeaderClassName
{
color: #6FCEBA;
}
.AnyTagClassName
{
color: #6FCEBA;
}
</style>
background-color css
<style>
a { background-color: #6FCEBA; }
a { background-color: rgb(111,206,186); }
div.DivClassName
{
background-color: #6FCEBA;
}
.BgClassName
{
background-color: #6FCEBA;
}
</style>
border-color css
<style>
span { border-color: #6FCEBA; }
span { border-color: rgb(111,206,186); }
td.TdClassName
{
border-color: #6FCEBA;
}
.TagClassName
{
border-color: #6FCEBA;
}
</style>