Shades of Downy #6FCACC
Tints of Downy #6FCACC
RGB
CMYK
RGB Variations
Color information
#6FCACC (or 0x6FCACC) is known color: Downy. HEX triplet: 6F, CA and CC. RGB value is (111,202,204). Sum of RGB (Red+Green+Blue) = 111+202+204=517 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.47% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #6FCACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCACC is #903533. Grayscale: #AEAEAE. Windows color (decimal): -9450804 or 13421167. OLE color: 13421167.
HSL color Cylindrical-coordinate representation of color #6FCACC: hue angle of 181.29º 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 #6FCACC is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 202 | 204 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.2 |
| HSL | 181.29º | 0.48% | 0.62% | - |
| HSV(B) | 181.29º | 0.46% | 0.8% | - |
| XYZ | 38.58 | 49.98 | 64.74 | - |
| YUV | 175.02 | 144.35 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 204 | 0.46 | 0.01 | 0 | 0.2 | 181.29 | 0.48 | 0.62 |
| Hex | 6F | CA | CC | 2E | 1 | 0 | 14 | B5 | 30 | 3E |
| Octal | 157 | 312 | 314 | 56 | 1 | 0 | 24 | 265 | 60 | 76 |
| Binary | 1101111 | 11001010 | 11001100 | 101110 | 1 | 0 | 10100 | 10110101 | 110000 | 111110 |
Color Harmonies of #6FCACC
Complementary color
Monochromatic Colors of #6FCACC
Black with #6FCACC
Text Example
Text Example
White with #6FCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCACC; }
p { color: rgb(111,202,204); }
H1.HeaderClassName
{
color: #6FCACC;
}
.AnyTagClassName
{
color: #6FCACC;
}
</style>
background-color css
<style>
a { background-color: #6FCACC; }
a { background-color: rgb(111,202,204); }
div.DivClassName
{
background-color: #6FCACC;
}
.BgClassName
{
background-color: #6FCACC;
}
</style>
border-color css
<style>
span { border-color: #6FCACC; }
span { border-color: rgb(111,202,204); }
td.TdClassName
{
border-color: #6FCACC;
}
.TagClassName
{
border-color: #6FCACC;
}
</style>