Shades of Downy #6FCEC2
Tints of Downy #6FCEC2
RGB
CMYK
RGB Variations
Color information
#6FCEC2 (or 0x6FCEC2) is known color: Downy. HEX triplet: 6F, CE and C2. RGB value is (111,206,194). Sum of RGB (Red+Green+Blue) = 111+206+194=511 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.72% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #6FCEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCEC2 is #90313D. Grayscale: #B0B0B0. Windows color (decimal): -9449790 or 12766831. OLE color: 12766831.
HSL color Cylindrical-coordinate representation of color #6FCEC2: hue angle of 172.42º 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 #6FCEC2 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 206 | 194 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.19 |
| HSL | 172.42º | 0.49% | 0.62% | - |
| HSV(B) | 172.42º | 0.46% | 0.81% | - |
| XYZ | 38.36 | 51.42 | 58.94 | - |
| YUV | 176.23 | 138.03 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 206 | 194 | 0.46 | 0 | 0.06 | 0.19 | 172.42 | 0.49 | 0.62 |
| Hex | 6F | CE | C2 | 2E | 0 | 6 | 13 | AC | 31 | 3E |
| Octal | 157 | 316 | 302 | 56 | 0 | 6 | 23 | 254 | 61 | 76 |
| Binary | 1101111 | 11001110 | 11000010 | 101110 | 0 | 110 | 10011 | 10101100 | 110001 | 111110 |
Color Harmonies of #6FCEC2
Complementary color
Monochromatic Colors of #6FCEC2
Black with #6FCEC2
Text Example
Text Example
White with #6FCEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCEC2; }
p { color: rgb(111,206,194); }
H1.HeaderClassName
{
color: #6FCEC2;
}
.AnyTagClassName
{
color: #6FCEC2;
}
</style>
background-color css
<style>
a { background-color: #6FCEC2; }
a { background-color: rgb(111,206,194); }
div.DivClassName
{
background-color: #6FCEC2;
}
.BgClassName
{
background-color: #6FCEC2;
}
</style>
border-color css
<style>
span { border-color: #6FCEC2; }
span { border-color: rgb(111,206,194); }
td.TdClassName
{
border-color: #6FCEC2;
}
.TagClassName
{
border-color: #6FCEC2;
}
</style>