Shades of Downy #6FCFC2
Tints of Downy #6FCFC2
RGB
CMYK
RGB Variations
Color information
#6FCFC2 (or 0x6FCFC2) is known color: Downy. HEX triplet: 6F, CF and C2. RGB value is (111,207,194). Sum of RGB (Red+Green+Blue) = 111+207+194=512 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.68% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFC2 is #90303D. Grayscale: #B0B0B0. Windows color (decimal): -9449534 or 12767087. OLE color: 12767087.
HSL color Cylindrical-coordinate representation of color #6FCFC2: hue angle of 171.88º 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 #6FCFC2 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 194 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.19 |
| HSL | 171.88º | 0.5% | 0.62% | - |
| HSV(B) | 171.88º | 0.46% | 0.81% | - |
| XYZ | 38.61 | 51.9 | 59.02 | - |
| YUV | 176.81 | 137.7 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 194 | 0.46 | 0 | 0.06 | 0.19 | 171.88 | 0.5 | 0.62 |
| Hex | 6F | CF | C2 | 2E | 0 | 6 | 13 | AC | 32 | 3E |
| Octal | 157 | 317 | 302 | 56 | 0 | 6 | 23 | 254 | 62 | 76 |
| Binary | 1101111 | 11001111 | 11000010 | 101110 | 0 | 110 | 10011 | 10101100 | 110010 | 111110 |
Color Harmonies of #6FCFC2
Complementary color
Monochromatic Colors of #6FCFC2
Black with #6FCFC2
Text Example
Text Example
White with #6FCFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCFC2; }
p { color: rgb(111,207,194); }
H1.HeaderClassName
{
color: #6FCFC2;
}
.AnyTagClassName
{
color: #6FCFC2;
}
</style>
background-color css
<style>
a { background-color: #6FCFC2; }
a { background-color: rgb(111,207,194); }
div.DivClassName
{
background-color: #6FCFC2;
}
.BgClassName
{
background-color: #6FCFC2;
}
</style>
border-color css
<style>
span { border-color: #6FCFC2; }
span { border-color: rgb(111,207,194); }
td.TdClassName
{
border-color: #6FCFC2;
}
.TagClassName
{
border-color: #6FCFC2;
}
</style>