Shades of Downy #6CDFBF
Tints of Downy #6CDFBF
RGB
CMYK
RGB Variations
Color information
#6CDFBF (or 0x6CDFBF) is known color: Downy. HEX triplet: 6C, DF and BF. RGB value is (108,223,191). Sum of RGB (Red+Green+Blue) = 108+223+191=522 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.69% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDFBF is #932040. Grayscale: #B8B8B8. Windows color (decimal): -9642049 or 12574572. OLE color: 12574572.
HSL color Cylindrical-coordinate representation of color #6CDFBF: hue angle of 163.3º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CDFBF is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 223 | 191 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.13 |
| HSL | 163.3º | 0.64% | 0.65% | - |
| HSV(B) | 163.3º | 0.52% | 0.87% | - |
| XYZ | 41.98 | 59.73 | 58.61 | - |
| YUV | 184.97 | 131.4 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 223 | 191 | 0.52 | 0 | 0.14 | 0.13 | 163.3 | 0.64 | 0.65 |
| Hex | 6C | DF | BF | 34 | 0 | E | D | A3 | 40 | 41 |
| Octal | 154 | 337 | 277 | 64 | 0 | 16 | 15 | 243 | 100 | 101 |
| Binary | 1101100 | 11011111 | 10111111 | 110100 | 0 | 1110 | 1101 | 10100011 | 1000000 | 1000001 |
Color Harmonies of #6CDFBF
Complementary color
Monochromatic Colors of #6CDFBF
Black with #6CDFBF
Text Example
Text Example
White with #6CDFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDFBF; }
p { color: rgb(108,223,191); }
H1.HeaderClassName
{
color: #6CDFBF;
}
.AnyTagClassName
{
color: #6CDFBF;
}
</style>
background-color css
<style>
a { background-color: #6CDFBF; }
a { background-color: rgb(108,223,191); }
div.DivClassName
{
background-color: #6CDFBF;
}
.BgClassName
{
background-color: #6CDFBF;
}
</style>
border-color css
<style>
span { border-color: #6CDFBF; }
span { border-color: rgb(108,223,191); }
td.TdClassName
{
border-color: #6CDFBF;
}
.TagClassName
{
border-color: #6CDFBF;
}
</style>