Shades of Downy #6FDBCB
Tints of Downy #6FDBCB
RGB
CMYK
RGB Variations
Color information
#6FDBCB (or 0x6FDBCB) is known color: Downy. HEX triplet: 6F, DB and CB. RGB value is (111,219,203). Sum of RGB (Red+Green+Blue) = 111+219+203=533 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.83% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDBCB is #902434. Grayscale: #B8B8B8. Windows color (decimal): -9446453 or 13359983. OLE color: 13359983.
HSL color Cylindrical-coordinate representation of color #6FDBCB: hue angle of 171.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDBCB is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 219 | 203 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.14 |
| HSL | 171.11º | 0.6% | 0.65% | - |
| HSV(B) | 171.11º | 0.49% | 0.86% | - |
| XYZ | 42.67 | 58.35 | 65.51 | - |
| YUV | 184.88 | 138.22 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 203 | 0.49 | 0 | 0.07 | 0.14 | 171.11 | 0.6 | 0.65 |
| Hex | 6F | DB | CB | 31 | 0 | 7 | E | AB | 3C | 41 |
| Octal | 157 | 333 | 313 | 61 | 0 | 7 | 16 | 253 | 74 | 101 |
| Binary | 1101111 | 11011011 | 11001011 | 110001 | 0 | 111 | 1110 | 10101011 | 111100 | 1000001 |
Color Harmonies of #6FDBCB
Complementary color
Monochromatic Colors of #6FDBCB
Black with #6FDBCB
Text Example
Text Example
White with #6FDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDBCB; }
p { color: rgb(111,219,203); }
H1.HeaderClassName
{
color: #6FDBCB;
}
.AnyTagClassName
{
color: #6FDBCB;
}
</style>
background-color css
<style>
a { background-color: #6FDBCB; }
a { background-color: rgb(111,219,203); }
div.DivClassName
{
background-color: #6FDBCB;
}
.BgClassName
{
background-color: #6FDBCB;
}
</style>
border-color css
<style>
span { border-color: #6FDBCB; }
span { border-color: rgb(111,219,203); }
td.TdClassName
{
border-color: #6FDBCB;
}
.TagClassName
{
border-color: #6FDBCB;
}
</style>