Shades of Downy #6BDCBC
Tints of Downy #6BDCBC
RGB
CMYK
RGB Variations
Color information
#6BDCBC (or 0x6BDCBC) is known color: Downy. HEX triplet: 6B, DC and BC. RGB value is (107,220,188). Sum of RGB (Red+Green+Blue) = 107+220+188=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDCBC is #942343. Grayscale: #B6B6B6. Windows color (decimal): -9708356 or 12377195. OLE color: 12377195.
HSL color Cylindrical-coordinate representation of color #6BDCBC: hue angle of 163.01º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDCBC is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 188 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.14 |
| HSL | 163.01º | 0.62% | 0.64% | - |
| HSV(B) | 163.01º | 0.51% | 0.86% | - |
| XYZ | 40.73 | 57.94 | 56.61 | - |
| YUV | 182.57 | 131.06 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 188 | 0.51 | 0 | 0.15 | 0.14 | 163.01 | 0.62 | 0.64 |
| Hex | 6B | DC | BC | 33 | 0 | F | E | A3 | 3E | 40 |
| Octal | 153 | 334 | 274 | 63 | 0 | 17 | 16 | 243 | 76 | 100 |
| Binary | 1101011 | 11011100 | 10111100 | 110011 | 0 | 1111 | 1110 | 10100011 | 111110 | 1000000 |
Color Harmonies of #6BDCBC
Complementary color
Monochromatic Colors of #6BDCBC
Black with #6BDCBC
Text Example
Text Example
White with #6BDCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDCBC; }
p { color: rgb(107,220,188); }
H1.HeaderClassName
{
color: #6BDCBC;
}
.AnyTagClassName
{
color: #6BDCBC;
}
</style>
background-color css
<style>
a { background-color: #6BDCBC; }
a { background-color: rgb(107,220,188); }
div.DivClassName
{
background-color: #6BDCBC;
}
.BgClassName
{
background-color: #6BDCBC;
}
</style>
border-color css
<style>
span { border-color: #6BDCBC; }
span { border-color: rgb(107,220,188); }
td.TdClassName
{
border-color: #6BDCBC;
}
.TagClassName
{
border-color: #6BDCBC;
}
</style>