Shades of Downy #6FCCC4
Tints of Downy #6FCCC4
RGB
CMYK
RGB Variations
Color information
#6FCCC4 (or 0x6FCCC4) is known color: Downy. HEX triplet: 6F, CC and C4. RGB value is (111,204,196). Sum of RGB (Red+Green+Blue) = 111+204+196=511 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.72% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCC4 is #90333B. Grayscale: #AFAFAF. Windows color (decimal): -9450300 or 12897391. OLE color: 12897391.
HSL color Cylindrical-coordinate representation of color #6FCCC4: hue angle of 174.84º 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 #6FCCC4 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 196 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.2 |
| HSL | 174.84º | 0.48% | 0.62% | - |
| HSV(B) | 174.84º | 0.46% | 0.8% | - |
| XYZ | 38.11 | 50.55 | 59.97 | - |
| YUV | 175.28 | 139.69 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 196 | 0.46 | 0 | 0.04 | 0.2 | 174.84 | 0.48 | 0.62 |
| Hex | 6F | CC | C4 | 2E | 0 | 4 | 14 | AF | 30 | 3E |
| Octal | 157 | 314 | 304 | 56 | 0 | 4 | 24 | 257 | 60 | 76 |
| Binary | 1101111 | 11001100 | 11000100 | 101110 | 0 | 100 | 10100 | 10101111 | 110000 | 111110 |
Color Harmonies of #6FCCC4
Complementary color
Monochromatic Colors of #6FCCC4
Black with #6FCCC4
Text Example
Text Example
White with #6FCCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCC4; }
p { color: rgb(111,204,196); }
H1.HeaderClassName
{
color: #6FCCC4;
}
.AnyTagClassName
{
color: #6FCCC4;
}
</style>
background-color css
<style>
a { background-color: #6FCCC4; }
a { background-color: rgb(111,204,196); }
div.DivClassName
{
background-color: #6FCCC4;
}
.BgClassName
{
background-color: #6FCCC4;
}
</style>
border-color css
<style>
span { border-color: #6FCCC4; }
span { border-color: rgb(111,204,196); }
td.TdClassName
{
border-color: #6FCCC4;
}
.TagClassName
{
border-color: #6FCCC4;
}
</style>