Shades of Downy #6BCFBC
Tints of Downy #6BCFBC
RGB
CMYK
RGB Variations
Color information
#6BCFBC (or 0x6BCFBC) is known color: Downy. HEX triplet: 6B, CF and BC. RGB value is (107,207,188). Sum of RGB (Red+Green+Blue) = 107+207+188=502 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.31% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFBC is #943043. Grayscale: #AEAEAE. Windows color (decimal): -9711684 or 12373867. OLE color: 12373867.
HSL color Cylindrical-coordinate representation of color #6BCFBC: hue angle of 168.6º 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 #6BCFBC is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 207 | 188 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.19 |
| HSL | 168.6º | 0.51% | 0.62% | - |
| HSV(B) | 168.6º | 0.48% | 0.81% | - |
| XYZ | 37.45 | 51.38 | 55.52 | - |
| YUV | 174.93 | 135.37 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 188 | 0.48 | 0 | 0.09 | 0.19 | 168.6 | 0.51 | 0.62 |
| Hex | 6B | CF | BC | 30 | 0 | 9 | 13 | A9 | 33 | 3E |
| Octal | 153 | 317 | 274 | 60 | 0 | 11 | 23 | 251 | 63 | 76 |
| Binary | 1101011 | 11001111 | 10111100 | 110000 | 0 | 1001 | 10011 | 10101001 | 110011 | 111110 |
Color Harmonies of #6BCFBC
Complementary color
Monochromatic Colors of #6BCFBC
Black with #6BCFBC
Text Example
Text Example
White with #6BCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCFBC; }
p { color: rgb(107,207,188); }
H1.HeaderClassName
{
color: #6BCFBC;
}
.AnyTagClassName
{
color: #6BCFBC;
}
</style>
background-color css
<style>
a { background-color: #6BCFBC; }
a { background-color: rgb(107,207,188); }
div.DivClassName
{
background-color: #6BCFBC;
}
.BgClassName
{
background-color: #6BCFBC;
}
</style>
border-color css
<style>
span { border-color: #6BCFBC; }
span { border-color: rgb(107,207,188); }
td.TdClassName
{
border-color: #6BCFBC;
}
.TagClassName
{
border-color: #6BCFBC;
}
</style>