Shades of Downy #6CD8CB
Tints of Downy #6CD8CB
RGB
CMYK
RGB Variations
Color information
#6CD8CB (or 0x6CD8CB) is known color: Downy. HEX triplet: 6C, D8 and CB. RGB value is (108,216,203). Sum of RGB (Red+Green+Blue) = 108+216+203=527 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.49% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #6CD8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD8CB is #932734. Grayscale: #B6B6B6. Windows color (decimal): -9643829 or 13359212. OLE color: 13359212.
HSL color Cylindrical-coordinate representation of color #6CD8CB: hue angle of 172.78º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CD8CB is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 216 | 203 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.15 |
| HSL | 172.78º | 0.58% | 0.64% | - |
| HSV(B) | 172.78º | 0.5% | 0.85% | - |
| XYZ | 41.52 | 56.61 | 65.24 | - |
| YUV | 182.23 | 139.72 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 216 | 203 | 0.50 | 0 | 0.06 | 0.15 | 172.78 | 0.58 | 0.64 |
| Hex | 6C | D8 | CB | 32 | 0 | 6 | F | AD | 3A | 40 |
| Octal | 154 | 330 | 313 | 62 | 0 | 6 | 17 | 255 | 72 | 100 |
| Binary | 1101100 | 11011000 | 11001011 | 110010 | 0 | 110 | 1111 | 10101101 | 111010 | 1000000 |
Color Harmonies of #6CD8CB
Complementary color
Monochromatic Colors of #6CD8CB
Black with #6CD8CB
Text Example
Text Example
White with #6CD8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD8CB; }
p { color: rgb(108,216,203); }
H1.HeaderClassName
{
color: #6CD8CB;
}
.AnyTagClassName
{
color: #6CD8CB;
}
</style>
background-color css
<style>
a { background-color: #6CD8CB; }
a { background-color: rgb(108,216,203); }
div.DivClassName
{
background-color: #6CD8CB;
}
.BgClassName
{
background-color: #6CD8CB;
}
</style>
border-color css
<style>
span { border-color: #6CD8CB; }
span { border-color: rgb(108,216,203); }
td.TdClassName
{
border-color: #6CD8CB;
}
.TagClassName
{
border-color: #6CD8CB;
}
</style>