Shades of Downy #6CCECA
Tints of Downy #6CCECA
RGB
CMYK
RGB Variations
Color information
#6CCECA (or 0x6CCECA) is known color: Downy. HEX triplet: 6C, CE and CA. RGB value is (108,206,202). Sum of RGB (Red+Green+Blue) = 108+206+202=516 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.93% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #6CCECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCECA is #933135. Grayscale: #B0B0B0. Windows color (decimal): -9646390 or 13291116. OLE color: 13291116.
HSL color Cylindrical-coordinate representation of color #6CCECA: hue angle of 177.55º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CCECA is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 206 | 202 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.19 |
| HSL | 177.55º | 0.5% | 0.62% | - |
| HSV(B) | 177.55º | 0.48% | 0.81% | - |
| XYZ | 38.92 | 51.6 | 63.78 | - |
| YUV | 176.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 206 | 202 | 0.48 | 0 | 0.02 | 0.19 | 177.55 | 0.5 | 0.62 |
| Hex | 6C | CE | CA | 30 | 0 | 2 | 13 | B2 | 32 | 3E |
| Octal | 154 | 316 | 312 | 60 | 0 | 2 | 23 | 262 | 62 | 76 |
| Binary | 1101100 | 11001110 | 11001010 | 110000 | 0 | 10 | 10011 | 10110010 | 110010 | 111110 |
Color Harmonies of #6CCECA
Complementary color
Monochromatic Colors of #6CCECA
Black with #6CCECA
Text Example
Text Example
White with #6CCECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCECA; }
p { color: rgb(108,206,202); }
H1.HeaderClassName
{
color: #6CCECA;
}
.AnyTagClassName
{
color: #6CCECA;
}
</style>
background-color css
<style>
a { background-color: #6CCECA; }
a { background-color: rgb(108,206,202); }
div.DivClassName
{
background-color: #6CCECA;
}
.BgClassName
{
background-color: #6CCECA;
}
</style>
border-color css
<style>
span { border-color: #6CCECA; }
span { border-color: rgb(108,206,202); }
td.TdClassName
{
border-color: #6CCECA;
}
.TagClassName
{
border-color: #6CCECA;
}
</style>