Shades of Downy #6CDEC5
Tints of Downy #6CDEC5
RGB
CMYK
RGB Variations
Color information
#6CDEC5 (or 0x6CDEC5) is known color: Downy. HEX triplet: 6C, DE and C5. RGB value is (108,222,197). Sum of RGB (Red+Green+Blue) = 108+222+197=527 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.49% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #6CDEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDEC5 is #93213A. Grayscale: #B9B9B9. Windows color (decimal): -9642299 or 12967532. OLE color: 12967532.
HSL color Cylindrical-coordinate representation of color #6CDEC5: hue angle of 166.84º 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 #6CDEC5 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 222 | 197 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.13 |
| HSL | 166.84º | 0.63% | 0.65% | - |
| HSV(B) | 166.84º | 0.51% | 0.87% | - |
| XYZ | 42.38 | 59.46 | 62.07 | - |
| YUV | 185.06 | 134.73 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 222 | 197 | 0.51 | 0 | 0.11 | 0.13 | 166.84 | 0.63 | 0.65 |
| Hex | 6C | DE | C5 | 33 | 0 | B | D | A7 | 3F | 41 |
| Octal | 154 | 336 | 305 | 63 | 0 | 13 | 15 | 247 | 77 | 101 |
| Binary | 1101100 | 11011110 | 11000101 | 110011 | 0 | 1011 | 1101 | 10100111 | 111111 | 1000001 |
Color Harmonies of #6CDEC5
Complementary color
Monochromatic Colors of #6CDEC5
Black with #6CDEC5
Text Example
Text Example
White with #6CDEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDEC5; }
p { color: rgb(108,222,197); }
H1.HeaderClassName
{
color: #6CDEC5;
}
.AnyTagClassName
{
color: #6CDEC5;
}
</style>
background-color css
<style>
a { background-color: #6CDEC5; }
a { background-color: rgb(108,222,197); }
div.DivClassName
{
background-color: #6CDEC5;
}
.BgClassName
{
background-color: #6CDEC5;
}
</style>
border-color css
<style>
span { border-color: #6CDEC5; }
span { border-color: rgb(108,222,197); }
td.TdClassName
{
border-color: #6CDEC5;
}
.TagClassName
{
border-color: #6CDEC5;
}
</style>