Shades of Downy #6CCFBA
Tints of Downy #6CCFBA
RGB
CMYK
RGB Variations
Color information
#6CCFBA (or 0x6CCFBA) is known color: Downy. HEX triplet: 6C, CF and BA. RGB value is (108,207,186). Sum of RGB (Red+Green+Blue) = 108+207+186=501 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.56% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCFBA is #933045. Grayscale: #AEAEAE. Windows color (decimal): -9646150 or 12242796. OLE color: 12242796.
HSL color Cylindrical-coordinate representation of color #6CCFBA: hue angle of 167.27º degrees, saturation: 0.51, 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 #6CCFBA is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 207 | 186 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.19 |
| HSL | 167.27º | 0.51% | 0.62% | - |
| HSV(B) | 167.27º | 0.48% | 0.81% | - |
| XYZ | 37.36 | 51.36 | 54.4 | - |
| YUV | 175.01 | 134.2 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 186 | 0.48 | 0 | 0.10 | 0.19 | 167.27 | 0.51 | 0.62 |
| Hex | 6C | CF | BA | 30 | 0 | A | 13 | A7 | 33 | 3E |
| Octal | 154 | 317 | 272 | 60 | 0 | 12 | 23 | 247 | 63 | 76 |
| Binary | 1101100 | 11001111 | 10111010 | 110000 | 0 | 1010 | 10011 | 10100111 | 110011 | 111110 |
Color Harmonies of #6CCFBA
Complementary color
Monochromatic Colors of #6CCFBA
Black with #6CCFBA
Text Example
Text Example
White with #6CCFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCFBA; }
p { color: rgb(108,207,186); }
H1.HeaderClassName
{
color: #6CCFBA;
}
.AnyTagClassName
{
color: #6CCFBA;
}
</style>
background-color css
<style>
a { background-color: #6CCFBA; }
a { background-color: rgb(108,207,186); }
div.DivClassName
{
background-color: #6CCFBA;
}
.BgClassName
{
background-color: #6CCFBA;
}
</style>
border-color css
<style>
span { border-color: #6CCFBA; }
span { border-color: rgb(108,207,186); }
td.TdClassName
{
border-color: #6CCFBA;
}
.TagClassName
{
border-color: #6CCFBA;
}
</style>