Shades of Downy #6BCFBA
Tints of Downy #6BCFBA
RGB
CMYK
RGB Variations
Color information
#6BCFBA (or 0x6BCFBA) is known color: Downy. HEX triplet: 6B, CF and BA. RGB value is (107,207,186). Sum of RGB (Red+Green+Blue) = 107+207+186=500 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.4% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFBA is #943045. Grayscale: #AEAEAE. Windows color (decimal): -9711686 or 12242795. OLE color: 12242795.
HSL color Cylindrical-coordinate representation of color #6BCFBA: hue angle of 167.4º 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 #6BCFBA is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 207 | 186 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.19 |
| HSL | 167.4º | 0.51% | 0.62% | - |
| HSV(B) | 167.4º | 0.48% | 0.81% | - |
| XYZ | 37.24 | 51.3 | 54.39 | - |
| YUV | 174.71 | 134.37 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 186 | 0.48 | 0 | 0.10 | 0.19 | 167.4 | 0.51 | 0.62 |
| Hex | 6B | CF | BA | 30 | 0 | A | 13 | A7 | 33 | 3E |
| Octal | 153 | 317 | 272 | 60 | 0 | 12 | 23 | 247 | 63 | 76 |
| Binary | 1101011 | 11001111 | 10111010 | 110000 | 0 | 1010 | 10011 | 10100111 | 110011 | 111110 |
Color Harmonies of #6BCFBA
Complementary color
Monochromatic Colors of #6BCFBA
Black with #6BCFBA
Text Example
Text Example
White with #6BCFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCFBA; }
p { color: rgb(107,207,186); }
H1.HeaderClassName
{
color: #6BCFBA;
}
.AnyTagClassName
{
color: #6BCFBA;
}
</style>
background-color css
<style>
a { background-color: #6BCFBA; }
a { background-color: rgb(107,207,186); }
div.DivClassName
{
background-color: #6BCFBA;
}
.BgClassName
{
background-color: #6BCFBA;
}
</style>
border-color css
<style>
span { border-color: #6BCFBA; }
span { border-color: rgb(107,207,186); }
td.TdClassName
{
border-color: #6BCFBA;
}
.TagClassName
{
border-color: #6BCFBA;
}
</style>