Shades of Downy #6CD8CF
Tints of Downy #6CD8CF
RGB
CMYK
RGB Variations
Color information
#6CD8CF (or 0x6CD8CF) is known color: Downy. HEX triplet: 6C, D8 and CF. RGB value is (108,216,207). Sum of RGB (Red+Green+Blue) = 108+216+207=531 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.34% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #6CD8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD8CF is #932730. Grayscale: #B6B6B6. Windows color (decimal): -9643825 or 13621356. OLE color: 13621356.
HSL color Cylindrical-coordinate representation of color #6CD8CF: hue angle of 175º 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 #6CD8CF is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 216 | 207 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.15 |
| HSL | 175º | 0.58% | 0.64% | - |
| HSV(B) | 175º | 0.5% | 0.85% | - |
| XYZ | 42 | 56.8 | 67.78 | - |
| YUV | 182.68 | 141.72 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 216 | 207 | 0.50 | 0 | 0.04 | 0.15 | 175 | 0.58 | 0.64 |
| Hex | 6C | D8 | CF | 32 | 0 | 4 | F | AF | 3A | 40 |
| Octal | 154 | 330 | 317 | 62 | 0 | 4 | 17 | 257 | 72 | 100 |
| Binary | 1101100 | 11011000 | 11001111 | 110010 | 0 | 100 | 1111 | 10101111 | 111010 | 1000000 |
Color Harmonies of #6CD8CF
Complementary color
Monochromatic Colors of #6CD8CF
Black with #6CD8CF
Text Example
Text Example
White with #6CD8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD8CF; }
p { color: rgb(108,216,207); }
H1.HeaderClassName
{
color: #6CD8CF;
}
.AnyTagClassName
{
color: #6CD8CF;
}
</style>
background-color css
<style>
a { background-color: #6CD8CF; }
a { background-color: rgb(108,216,207); }
div.DivClassName
{
background-color: #6CD8CF;
}
.BgClassName
{
background-color: #6CD8CF;
}
</style>
border-color css
<style>
span { border-color: #6CD8CF; }
span { border-color: rgb(108,216,207); }
td.TdClassName
{
border-color: #6CD8CF;
}
.TagClassName
{
border-color: #6CD8CF;
}
</style>