Shades of Downy #6CDCCF
Tints of Downy #6CDCCF
RGB
CMYK
RGB Variations
Color information
#6CDCCF (or 0x6CDCCF) is known color: Downy. HEX triplet: 6C, DC and CF. RGB value is (108,220,207). Sum of RGB (Red+Green+Blue) = 108+220+207=535 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.19% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDCCF is #932330. Grayscale: #B8B8B8. Windows color (decimal): -9642801 or 13622380. OLE color: 13622380.
HSL color Cylindrical-coordinate representation of color #6CDCCF: hue angle of 173.04º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDCCF is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 220 | 207 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.14 |
| HSL | 173.04º | 0.62% | 0.64% | - |
| HSV(B) | 173.04º | 0.51% | 0.86% | - |
| XYZ | 43.04 | 58.88 | 68.13 | - |
| YUV | 185.03 | 140.39 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 220 | 207 | 0.51 | 0 | 0.06 | 0.14 | 173.04 | 0.62 | 0.64 |
| Hex | 6C | DC | CF | 33 | 0 | 6 | E | AD | 3E | 40 |
| Octal | 154 | 334 | 317 | 63 | 0 | 6 | 16 | 255 | 76 | 100 |
| Binary | 1101100 | 11011100 | 11001111 | 110011 | 0 | 110 | 1110 | 10101101 | 111110 | 1000000 |
Color Harmonies of #6CDCCF
Complementary color
Monochromatic Colors of #6CDCCF
Black with #6CDCCF
Text Example
Text Example
White with #6CDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDCCF; }
p { color: rgb(108,220,207); }
H1.HeaderClassName
{
color: #6CDCCF;
}
.AnyTagClassName
{
color: #6CDCCF;
}
</style>
background-color css
<style>
a { background-color: #6CDCCF; }
a { background-color: rgb(108,220,207); }
div.DivClassName
{
background-color: #6CDCCF;
}
.BgClassName
{
background-color: #6CDCCF;
}
</style>
border-color css
<style>
span { border-color: #6CDCCF; }
span { border-color: rgb(108,220,207); }
td.TdClassName
{
border-color: #6CDCCF;
}
.TagClassName
{
border-color: #6CDCCF;
}
</style>