Shades of Downy #6FCFC4
Tints of Downy #6FCFC4
RGB
CMYK
RGB Variations
Color information
#6FCFC4 (or 0x6FCFC4) is known color: Downy. HEX triplet: 6F, CF and C4. RGB value is (111,207,196). Sum of RGB (Red+Green+Blue) = 111+207+196=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFC4 is #90303B. Grayscale: #B0B0B0. Windows color (decimal): -9449532 or 12898159. OLE color: 12898159.
HSL color Cylindrical-coordinate representation of color #6FCFC4: hue angle of 173.12º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCFC4 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 196 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.19 |
| HSL | 173.13º | 0.5% | 0.62% | - |
| HSV(B) | 173.13º | 0.46% | 0.81% | - |
| XYZ | 38.83 | 51.99 | 60.21 | - |
| YUV | 177.04 | 138.7 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 196 | 0.46 | 0 | 0.05 | 0.19 | 173.13 | 0.5 | 0.62 |
| Hex | 6F | CF | C4 | 2E | 0 | 5 | 13 | AD | 32 | 3E |
| Octal | 157 | 317 | 304 | 56 | 0 | 5 | 23 | 255 | 62 | 76 |
| Binary | 1101111 | 11001111 | 11000100 | 101110 | 0 | 101 | 10011 | 10101101 | 110010 | 111110 |
Color Harmonies of #6FCFC4
Complementary color
Monochromatic Colors of #6FCFC4
Black with #6FCFC4
Text Example
Text Example
White with #6FCFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCFC4; }
p { color: rgb(111,207,196); }
H1.HeaderClassName
{
color: #6FCFC4;
}
.AnyTagClassName
{
color: #6FCFC4;
}
</style>
background-color css
<style>
a { background-color: #6FCFC4; }
a { background-color: rgb(111,207,196); }
div.DivClassName
{
background-color: #6FCFC4;
}
.BgClassName
{
background-color: #6FCFC4;
}
</style>
border-color css
<style>
span { border-color: #6FCFC4; }
span { border-color: rgb(111,207,196); }
td.TdClassName
{
border-color: #6FCFC4;
}
.TagClassName
{
border-color: #6FCFC4;
}
</style>