Shades of Downy #6CDFCB
Tints of Downy #6CDFCB
RGB
CMYK
RGB Variations
Color information
#6CDFCB (or 0x6CDFCB) is known color: Downy. HEX triplet: 6C, DF and CB. RGB value is (108,223,203). Sum of RGB (Red+Green+Blue) = 108+223+203=534 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.22% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDFCB is #932034. Grayscale: #BABABA. Windows color (decimal): -9642037 or 13361004. OLE color: 13361004.
HSL color Cylindrical-coordinate representation of color #6CDFCB: hue angle of 169.57º 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 #6CDFCB is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 223 | 203 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.13 |
| HSL | 169.57º | 0.64% | 0.65% | - |
| HSV(B) | 169.57º | 0.52% | 0.87% | - |
| XYZ | 43.35 | 60.28 | 65.85 | - |
| YUV | 186.34 | 137.4 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 223 | 203 | 0.52 | 0 | 0.09 | 0.13 | 169.57 | 0.64 | 0.65 |
| Hex | 6C | DF | CB | 34 | 0 | 9 | D | AA | 40 | 41 |
| Octal | 154 | 337 | 313 | 64 | 0 | 11 | 15 | 252 | 100 | 101 |
| Binary | 1101100 | 11011111 | 11001011 | 110100 | 0 | 1001 | 1101 | 10101010 | 1000000 | 1000001 |
Color Harmonies of #6CDFCB
Complementary color
Monochromatic Colors of #6CDFCB
Black with #6CDFCB
Text Example
Text Example
White with #6CDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDFCB; }
p { color: rgb(108,223,203); }
H1.HeaderClassName
{
color: #6CDFCB;
}
.AnyTagClassName
{
color: #6CDFCB;
}
</style>
background-color css
<style>
a { background-color: #6CDFCB; }
a { background-color: rgb(108,223,203); }
div.DivClassName
{
background-color: #6CDFCB;
}
.BgClassName
{
background-color: #6CDFCB;
}
</style>
border-color css
<style>
span { border-color: #6CDFCB; }
span { border-color: rgb(108,223,203); }
td.TdClassName
{
border-color: #6CDFCB;
}
.TagClassName
{
border-color: #6CDFCB;
}
</style>