Shades of Downy #6CDEBF
Tints of Downy #6CDEBF
RGB
CMYK
RGB Variations
Color information
#6CDEBF (or 0x6CDEBF) is known color: Downy. HEX triplet: 6C, DE and BF. RGB value is (108,222,191). Sum of RGB (Red+Green+Blue) = 108+222+191=521 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.73% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #6CDEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDEBF is #932140. Grayscale: #B8B8B8. Windows color (decimal): -9642305 or 12574316. OLE color: 12574316.
HSL color Cylindrical-coordinate representation of color #6CDEBF: hue angle of 163.68º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDEBF is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 222 | 191 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.13 |
| HSL | 163.68º | 0.63% | 0.65% | - |
| HSV(B) | 163.68º | 0.51% | 0.87% | - |
| XYZ | 41.71 | 59.19 | 58.52 | - |
| YUV | 184.38 | 131.73 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 222 | 191 | 0.51 | 0 | 0.14 | 0.13 | 163.68 | 0.63 | 0.65 |
| Hex | 6C | DE | BF | 33 | 0 | E | D | A4 | 3F | 41 |
| Octal | 154 | 336 | 277 | 63 | 0 | 16 | 15 | 244 | 77 | 101 |
| Binary | 1101100 | 11011110 | 10111111 | 110011 | 0 | 1110 | 1101 | 10100100 | 111111 | 1000001 |
Color Harmonies of #6CDEBF
Complementary color
Monochromatic Colors of #6CDEBF
Black with #6CDEBF
Text Example
Text Example
White with #6CDEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDEBF; }
p { color: rgb(108,222,191); }
H1.HeaderClassName
{
color: #6CDEBF;
}
.AnyTagClassName
{
color: #6CDEBF;
}
</style>
background-color css
<style>
a { background-color: #6CDEBF; }
a { background-color: rgb(108,222,191); }
div.DivClassName
{
background-color: #6CDEBF;
}
.BgClassName
{
background-color: #6CDEBF;
}
</style>
border-color css
<style>
span { border-color: #6CDEBF; }
span { border-color: rgb(108,222,191); }
td.TdClassName
{
border-color: #6CDEBF;
}
.TagClassName
{
border-color: #6CDEBF;
}
</style>