Shades of Downy #6FCCCB
Tints of Downy #6FCCCB
RGB
CMYK
RGB Variations
Color information
#6FCCCB (or 0x6FCCCB) is known color: Downy. HEX triplet: 6F, CC and CB. RGB value is (111,204,203). Sum of RGB (Red+Green+Blue) = 111+204+203=518 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.43% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCCB is #903334. Grayscale: #AFAFAF. Windows color (decimal): -9450293 or 13356143. OLE color: 13356143.
HSL color Cylindrical-coordinate representation of color #6FCCCB: hue angle of 179.35º 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 #6FCCCB is Cyan = 0.46, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 203 | - |
| CMYK | 0.46 | 0 | 0.00 | 0.2 |
| HSL | 179.35º | 0.48% | 0.62% | - |
| HSV(B) | 179.35º | 0.46% | 0.8% | - |
| XYZ | 38.93 | 50.88 | 64.27 | - |
| YUV | 176.08 | 143.19 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 203 | 0.46 | 0 | 0.00 | 0.2 | 179.35 | 0.48 | 0.62 |
| Hex | 6F | CC | CB | 2E | 0 | 0 | 14 | B3 | 30 | 3E |
| Octal | 157 | 314 | 313 | 56 | 0 | 0 | 24 | 263 | 60 | 76 |
| Binary | 1101111 | 11001100 | 11001011 | 101110 | 0 | 0 | 10100 | 10110011 | 110000 | 111110 |
Color Harmonies of #6FCCCB
Complementary color
Monochromatic Colors of #6FCCCB
Black with #6FCCCB
Text Example
Text Example
White with #6FCCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCCB; }
p { color: rgb(111,204,203); }
H1.HeaderClassName
{
color: #6FCCCB;
}
.AnyTagClassName
{
color: #6FCCCB;
}
</style>
background-color css
<style>
a { background-color: #6FCCCB; }
a { background-color: rgb(111,204,203); }
div.DivClassName
{
background-color: #6FCCCB;
}
.BgClassName
{
background-color: #6FCCCB;
}
</style>
border-color css
<style>
span { border-color: #6FCCCB; }
span { border-color: rgb(111,204,203); }
td.TdClassName
{
border-color: #6FCCCB;
}
.TagClassName
{
border-color: #6FCCCB;
}
</style>