Shades of Downy #6FCFC0
Tints of Downy #6FCFC0
RGB
CMYK
RGB Variations
Color information
#6FCFC0 (or 0x6FCFC0) is known color: Downy. HEX triplet: 6F, CF and C0. RGB value is (111,207,192). Sum of RGB (Red+Green+Blue) = 111+207+192=510 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.76% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFC0 is #90303F. Grayscale: #B0B0B0. Windows color (decimal): -9449536 or 12636015. OLE color: 12636015.
HSL color Cylindrical-coordinate representation of color #6FCFC0: hue angle of 170.62º 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 #6FCFC0 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 192 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.19 |
| HSL | 170.63º | 0.5% | 0.62% | - |
| HSV(B) | 170.63º | 0.46% | 0.81% | - |
| XYZ | 38.38 | 51.81 | 57.85 | - |
| YUV | 176.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 192 | 0.46 | 0 | 0.07 | 0.19 | 170.63 | 0.5 | 0.62 |
| Hex | 6F | CF | C0 | 2E | 0 | 7 | 13 | AB | 32 | 3E |
| Octal | 157 | 317 | 300 | 56 | 0 | 7 | 23 | 253 | 62 | 76 |
| Binary | 1101111 | 11001111 | 11000000 | 101110 | 0 | 111 | 10011 | 10101011 | 110010 | 111110 |
Color Harmonies of #6FCFC0
Complementary color
Monochromatic Colors of #6FCFC0
Black with #6FCFC0
Text Example
Text Example
White with #6FCFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCFC0; }
p { color: rgb(111,207,192); }
H1.HeaderClassName
{
color: #6FCFC0;
}
.AnyTagClassName
{
color: #6FCFC0;
}
</style>
background-color css
<style>
a { background-color: #6FCFC0; }
a { background-color: rgb(111,207,192); }
div.DivClassName
{
background-color: #6FCFC0;
}
.BgClassName
{
background-color: #6FCFC0;
}
</style>
border-color css
<style>
span { border-color: #6FCFC0; }
span { border-color: rgb(111,207,192); }
td.TdClassName
{
border-color: #6FCFC0;
}
.TagClassName
{
border-color: #6FCFC0;
}
</style>