Shades of Downy #6CCECB
Tints of Downy #6CCECB
RGB
CMYK
RGB Variations
Color information
#6CCECB (or 0x6CCECB) is known color: Downy. HEX triplet: 6C, CE and CB. RGB value is (108,206,203). Sum of RGB (Red+Green+Blue) = 108+206+203=517 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.89% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #6CCECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCECB is #933134. Grayscale: #B0B0B0. Windows color (decimal): -9646389 or 13356652. OLE color: 13356652.
HSL color Cylindrical-coordinate representation of color #6CCECB: hue angle of 178.16º 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 #6CCECB is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 206 | 203 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.19 |
| HSL | 178.16º | 0.5% | 0.62% | - |
| HSV(B) | 178.16º | 0.48% | 0.81% | - |
| XYZ | 39.04 | 51.64 | 64.41 | - |
| YUV | 176.36 | 143.03 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 206 | 203 | 0.48 | 0 | 0.01 | 0.19 | 178.16 | 0.5 | 0.62 |
| Hex | 6C | CE | CB | 30 | 0 | 1 | 13 | B2 | 32 | 3E |
| Octal | 154 | 316 | 313 | 60 | 0 | 1 | 23 | 262 | 62 | 76 |
| Binary | 1101100 | 11001110 | 11001011 | 110000 | 0 | 1 | 10011 | 10110010 | 110010 | 111110 |
Color Harmonies of #6CCECB
Complementary color
Monochromatic Colors of #6CCECB
Black with #6CCECB
Text Example
Text Example
White with #6CCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCECB; }
p { color: rgb(108,206,203); }
H1.HeaderClassName
{
color: #6CCECB;
}
.AnyTagClassName
{
color: #6CCECB;
}
</style>
background-color css
<style>
a { background-color: #6CCECB; }
a { background-color: rgb(108,206,203); }
div.DivClassName
{
background-color: #6CCECB;
}
.BgClassName
{
background-color: #6CCECB;
}
</style>
border-color css
<style>
span { border-color: #6CCECB; }
span { border-color: rgb(108,206,203); }
td.TdClassName
{
border-color: #6CCECB;
}
.TagClassName
{
border-color: #6CCECB;
}
</style>