Shades of Downy #6CCEBA
Tints of Downy #6CCEBA
RGB
CMYK
RGB Variations
Color information
#6CCEBA (or 0x6CCEBA) is known color: Downy. HEX triplet: 6C, CE and BA. RGB value is (108,206,186). Sum of RGB (Red+Green+Blue) = 108+206+186=500 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.6% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #6CCEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCEBA is #933145. Grayscale: #AEAEAE. Windows color (decimal): -9646406 or 12242540. OLE color: 12242540.
HSL color Cylindrical-coordinate representation of color #6CCEBA: hue angle of 167.76º 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 #6CCEBA is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 206 | 186 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.19 |
| HSL | 167.76º | 0.5% | 0.62% | - |
| HSV(B) | 167.76º | 0.48% | 0.81% | - |
| XYZ | 37.12 | 50.88 | 54.32 | - |
| YUV | 174.42 | 134.53 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 206 | 186 | 0.48 | 0 | 0.10 | 0.19 | 167.76 | 0.5 | 0.62 |
| Hex | 6C | CE | BA | 30 | 0 | A | 13 | A8 | 32 | 3E |
| Octal | 154 | 316 | 272 | 60 | 0 | 12 | 23 | 250 | 62 | 76 |
| Binary | 1101100 | 11001110 | 10111010 | 110000 | 0 | 1010 | 10011 | 10101000 | 110010 | 111110 |
Color Harmonies of #6CCEBA
Complementary color
Monochromatic Colors of #6CCEBA
Black with #6CCEBA
Text Example
Text Example
White with #6CCEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCEBA; }
p { color: rgb(108,206,186); }
H1.HeaderClassName
{
color: #6CCEBA;
}
.AnyTagClassName
{
color: #6CCEBA;
}
</style>
background-color css
<style>
a { background-color: #6CCEBA; }
a { background-color: rgb(108,206,186); }
div.DivClassName
{
background-color: #6CCEBA;
}
.BgClassName
{
background-color: #6CCEBA;
}
</style>
border-color css
<style>
span { border-color: #6CCEBA; }
span { border-color: rgb(108,206,186); }
td.TdClassName
{
border-color: #6CCEBA;
}
.TagClassName
{
border-color: #6CCEBA;
}
</style>