Shades of Downy #6BDDCB
Tints of Downy #6BDDCB
RGB
CMYK
RGB Variations
Color information
#6BDDCB (or 0x6BDDCB) is known color: Downy. HEX triplet: 6B, DD and CB. RGB value is (107,221,203). Sum of RGB (Red+Green+Blue) = 107+221+203=531 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.15% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDCB is #942234. Grayscale: #B8B8B8. Windows color (decimal): -9708085 or 13360491. OLE color: 13360491.
HSL color Cylindrical-coordinate representation of color #6BDDCB: hue angle of 170.53º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDDCB is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 203 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.13 |
| HSL | 170.53º | 0.63% | 0.64% | - |
| HSV(B) | 170.53º | 0.52% | 0.87% | - |
| XYZ | 42.7 | 59.15 | 65.67 | - |
| YUV | 184.86 | 138.23 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 203 | 0.52 | 0 | 0.08 | 0.13 | 170.53 | 0.63 | 0.64 |
| Hex | 6B | DD | CB | 34 | 0 | 8 | D | AB | 3F | 40 |
| Octal | 153 | 335 | 313 | 64 | 0 | 10 | 15 | 253 | 77 | 100 |
| Binary | 1101011 | 11011101 | 11001011 | 110100 | 0 | 1000 | 1101 | 10101011 | 111111 | 1000000 |
Color Harmonies of #6BDDCB
Complementary color
Monochromatic Colors of #6BDDCB
Black with #6BDDCB
Text Example
Text Example
White with #6BDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDDCB; }
p { color: rgb(107,221,203); }
H1.HeaderClassName
{
color: #6BDDCB;
}
.AnyTagClassName
{
color: #6BDDCB;
}
</style>
background-color css
<style>
a { background-color: #6BDDCB; }
a { background-color: rgb(107,221,203); }
div.DivClassName
{
background-color: #6BDDCB;
}
.BgClassName
{
background-color: #6BDDCB;
}
</style>
border-color css
<style>
span { border-color: #6BDDCB; }
span { border-color: rgb(107,221,203); }
td.TdClassName
{
border-color: #6BDDCB;
}
.TagClassName
{
border-color: #6BDDCB;
}
</style>