Shades of Downy #6CD2CE
Tints of Downy #6CD2CE
RGB
CMYK
RGB Variations
Color information
#6CD2CE (or 0x6CD2CE) is known color: Downy. HEX triplet: 6C, D2 and CE. RGB value is (108,210,206). Sum of RGB (Red+Green+Blue) = 108+210+206=524 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.61% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #6CD2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD2CE is #932D31. Grayscale: #B2B2B2. Windows color (decimal): -9645362 or 13554284. OLE color: 13554284.
HSL color Cylindrical-coordinate representation of color #6CD2CE: hue angle of 177.65º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CD2CE is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 210 | 206 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.18 |
| HSL | 177.65º | 0.53% | 0.62% | - |
| HSV(B) | 177.65º | 0.49% | 0.82% | - |
| XYZ | 40.37 | 53.74 | 66.64 | - |
| YUV | 179.05 | 143.21 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 210 | 206 | 0.49 | 0 | 0.02 | 0.18 | 177.65 | 0.53 | 0.62 |
| Hex | 6C | D2 | CE | 31 | 0 | 2 | 12 | B2 | 35 | 3E |
| Octal | 154 | 322 | 316 | 61 | 0 | 2 | 22 | 262 | 65 | 76 |
| Binary | 1101100 | 11010010 | 11001110 | 110001 | 0 | 10 | 10010 | 10110010 | 110101 | 111110 |
Color Harmonies of #6CD2CE
Complementary color
Monochromatic Colors of #6CD2CE
Black with #6CD2CE
Text Example
Text Example
White with #6CD2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD2CE; }
p { color: rgb(108,210,206); }
H1.HeaderClassName
{
color: #6CD2CE;
}
.AnyTagClassName
{
color: #6CD2CE;
}
</style>
background-color css
<style>
a { background-color: #6CD2CE; }
a { background-color: rgb(108,210,206); }
div.DivClassName
{
background-color: #6CD2CE;
}
.BgClassName
{
background-color: #6CD2CE;
}
</style>
border-color css
<style>
span { border-color: #6CD2CE; }
span { border-color: rgb(108,210,206); }
td.TdClassName
{
border-color: #6CD2CE;
}
.TagClassName
{
border-color: #6CD2CE;
}
</style>