Shades of Downy #6FCDCB
Tints of Downy #6FCDCB
RGB
CMYK
RGB Variations
Color information
#6FCDCB (or 0x6FCDCB) is known color: Downy. HEX triplet: 6F, CD and CB. RGB value is (111,205,203). Sum of RGB (Red+Green+Blue) = 111+205+203=519 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.39% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDCB is #903234. Grayscale: #B0B0B0. Windows color (decimal): -9450037 or 13356399. OLE color: 13356399.
HSL color Cylindrical-coordinate representation of color #6FCDCB: hue angle of 178.72º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCDCB is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 203 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.20 |
| HSL | 178.72º | 0.48% | 0.62% | - |
| HSV(B) | 178.72º | 0.46% | 0.8% | - |
| XYZ | 39.17 | 51.35 | 64.35 | - |
| YUV | 176.67 | 142.86 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 203 | 0.46 | 0 | 0.01 | 0.20 | 178.72 | 0.48 | 0.62 |
| Hex | 6F | CD | CB | 2E | 0 | 1 | 14 | B3 | 30 | 3E |
| Octal | 157 | 315 | 313 | 56 | 0 | 1 | 24 | 263 | 60 | 76 |
| Binary | 1101111 | 11001101 | 11001011 | 101110 | 0 | 1 | 10100 | 10110011 | 110000 | 111110 |
Color Harmonies of #6FCDCB
Complementary color
Monochromatic Colors of #6FCDCB
Black with #6FCDCB
Text Example
Text Example
White with #6FCDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCDCB; }
p { color: rgb(111,205,203); }
H1.HeaderClassName
{
color: #6FCDCB;
}
.AnyTagClassName
{
color: #6FCDCB;
}
</style>
background-color css
<style>
a { background-color: #6FCDCB; }
a { background-color: rgb(111,205,203); }
div.DivClassName
{
background-color: #6FCDCB;
}
.BgClassName
{
background-color: #6FCDCB;
}
</style>
border-color css
<style>
span { border-color: #6FCDCB; }
span { border-color: rgb(111,205,203); }
td.TdClassName
{
border-color: #6FCDCB;
}
.TagClassName
{
border-color: #6FCDCB;
}
</style>