Shades of Downy #6CDFC5
Tints of Downy #6CDFC5
RGB
CMYK
RGB Variations
Color information
#6CDFC5 (or 0x6CDFC5) is known color: Downy. HEX triplet: 6C, DF and C5. RGB value is (108,223,197). Sum of RGB (Red+Green+Blue) = 108+223+197=528 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.45% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDFC5 is #93203A. Grayscale: #B9B9B9. Windows color (decimal): -9642043 or 12967788. OLE color: 12967788.
HSL color Cylindrical-coordinate representation of color #6CDFC5: hue angle of 166.43º 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 #6CDFC5 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 223 | 197 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.13 |
| HSL | 166.43º | 0.64% | 0.65% | - |
| HSV(B) | 166.43º | 0.52% | 0.87% | - |
| XYZ | 42.65 | 59.99 | 62.16 | - |
| YUV | 185.65 | 134.4 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 223 | 197 | 0.52 | 0 | 0.12 | 0.13 | 166.43 | 0.64 | 0.65 |
| Hex | 6C | DF | C5 | 34 | 0 | C | D | A6 | 40 | 41 |
| Octal | 154 | 337 | 305 | 64 | 0 | 14 | 15 | 246 | 100 | 101 |
| Binary | 1101100 | 11011111 | 11000101 | 110100 | 0 | 1100 | 1101 | 10100110 | 1000000 | 1000001 |
Color Harmonies of #6CDFC5
Complementary color
Monochromatic Colors of #6CDFC5
Black with #6CDFC5
Text Example
Text Example
White with #6CDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDFC5; }
p { color: rgb(108,223,197); }
H1.HeaderClassName
{
color: #6CDFC5;
}
.AnyTagClassName
{
color: #6CDFC5;
}
</style>
background-color css
<style>
a { background-color: #6CDFC5; }
a { background-color: rgb(108,223,197); }
div.DivClassName
{
background-color: #6CDFC5;
}
.BgClassName
{
background-color: #6CDFC5;
}
</style>
border-color css
<style>
span { border-color: #6CDFC5; }
span { border-color: rgb(108,223,197); }
td.TdClassName
{
border-color: #6CDFC5;
}
.TagClassName
{
border-color: #6CDFC5;
}
</style>