Shades of Downy #6CDFC8
Tints of Downy #6CDFC8
RGB
CMYK
RGB Variations
Color information
#6CDFC8 (or 0x6CDFC8) is known color: Downy. HEX triplet: 6C, DF and C8. RGB value is (108,223,200). Sum of RGB (Red+Green+Blue) = 108+223+200=531 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.34% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDFC8 is #932037. Grayscale: #B9B9B9. Windows color (decimal): -9642040 or 13164396. OLE color: 13164396.
HSL color Cylindrical-coordinate representation of color #6CDFC8: hue angle of 168º 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 #6CDFC8 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 223 | 200 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.13 |
| HSL | 168º | 0.64% | 0.65% | - |
| HSV(B) | 168º | 0.52% | 0.87% | - |
| XYZ | 43 | 60.13 | 63.98 | - |
| YUV | 185.99 | 135.9 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 223 | 200 | 0.52 | 0 | 0.10 | 0.13 | 168 | 0.64 | 0.65 |
| Hex | 6C | DF | C8 | 34 | 0 | A | D | A8 | 40 | 41 |
| Octal | 154 | 337 | 310 | 64 | 0 | 12 | 15 | 250 | 100 | 101 |
| Binary | 1101100 | 11011111 | 11001000 | 110100 | 0 | 1010 | 1101 | 10101000 | 1000000 | 1000001 |
Color Harmonies of #6CDFC8
Complementary color
Monochromatic Colors of #6CDFC8
Black with #6CDFC8
Text Example
Text Example
White with #6CDFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDFC8; }
p { color: rgb(108,223,200); }
H1.HeaderClassName
{
color: #6CDFC8;
}
.AnyTagClassName
{
color: #6CDFC8;
}
</style>
background-color css
<style>
a { background-color: #6CDFC8; }
a { background-color: rgb(108,223,200); }
div.DivClassName
{
background-color: #6CDFC8;
}
.BgClassName
{
background-color: #6CDFC8;
}
</style>
border-color css
<style>
span { border-color: #6CDFC8; }
span { border-color: rgb(108,223,200); }
td.TdClassName
{
border-color: #6CDFC8;
}
.TagClassName
{
border-color: #6CDFC8;
}
</style>