Shades of Downy #6FCECD
Tints of Downy #6FCECD
RGB
CMYK
RGB Variations
Color information
#6FCECD (or 0x6FCECD) is known color: Downy. HEX triplet: 6F, CE and CD. RGB value is (111,206,205). Sum of RGB (Red+Green+Blue) = 111+206+205=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #6FCECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCECD is #903132. Grayscale: #B1B1B1. Windows color (decimal): -9449779 or 13487727. OLE color: 13487727.
HSL color Cylindrical-coordinate representation of color #6FCECD: hue angle of 179.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 #6FCECD is Cyan = 0.46, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 206 | 205 | - |
| CMYK | 0.46 | 0 | 0.00 | 0.19 |
| HSL | 179.37º | 0.49% | 0.62% | - |
| HSV(B) | 179.37º | 0.46% | 0.81% | - |
| XYZ | 39.65 | 51.93 | 65.69 | - |
| YUV | 177.48 | 143.53 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 206 | 205 | 0.46 | 0 | 0.00 | 0.19 | 179.37 | 0.49 | 0.62 |
| Hex | 6F | CE | CD | 2E | 0 | 0 | 13 | B3 | 31 | 3E |
| Octal | 157 | 316 | 315 | 56 | 0 | 0 | 23 | 263 | 61 | 76 |
| Binary | 1101111 | 11001110 | 11001101 | 101110 | 0 | 0 | 10011 | 10110011 | 110001 | 111110 |
Color Harmonies of #6FCECD
Complementary color
Monochromatic Colors of #6FCECD
Black with #6FCECD
Text Example
Text Example
White with #6FCECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCECD; }
p { color: rgb(111,206,205); }
H1.HeaderClassName
{
color: #6FCECD;
}
.AnyTagClassName
{
color: #6FCECD;
}
</style>
background-color css
<style>
a { background-color: #6FCECD; }
a { background-color: rgb(111,206,205); }
div.DivClassName
{
background-color: #6FCECD;
}
.BgClassName
{
background-color: #6FCECD;
}
</style>
border-color css
<style>
span { border-color: #6FCECD; }
span { border-color: rgb(111,206,205); }
td.TdClassName
{
border-color: #6FCECD;
}
.TagClassName
{
border-color: #6FCECD;
}
</style>