Shades of Downy #6FC4C3
Tints of Downy #6FC4C3
RGB
CMYK
RGB Variations
Color information
#6FC4C3 (or 0x6FC4C3) is known color: Downy. HEX triplet: 6F, C4 and C3. RGB value is (111,196,195). Sum of RGB (Red+Green+Blue) = 111+196+195=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 195 (76.56% from 255 or 38.84% from 502); Max value from RGB is 196 - color contains mainly: green. Hex color #6FC4C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC4C3 is #903B3C. Grayscale: #AAAAAA. Windows color (decimal): -9452349 or 12829807. OLE color: 12829807.
HSL color Cylindrical-coordinate representation of color #6FC4C3: hue angle of 179.29º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6FC4C3 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 196 | 195 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.23 |
| HSL | 179.29º | 0.42% | 0.6% | - |
| HSV(B) | 179.29º | 0.43% | 0.77% | - |
| XYZ | 36.15 | 46.8 | 58.76 | - |
| YUV | 170.47 | 141.84 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 196 | 195 | 0.43 | 0 | 0.01 | 0.23 | 179.29 | 0.42 | 0.6 |
| Hex | 6F | C4 | C3 | 2B | 0 | 1 | 17 | B3 | 2A | 3C |
| Octal | 157 | 304 | 303 | 53 | 0 | 1 | 27 | 263 | 52 | 74 |
| Binary | 1101111 | 11000100 | 11000011 | 101011 | 0 | 1 | 10111 | 10110011 | 101010 | 111100 |
Color Harmonies of #6FC4C3
Complementary color
Monochromatic Colors of #6FC4C3
Black with #6FC4C3
Text Example
Text Example
White with #6FC4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC4C3; }
p { color: rgb(111,196,195); }
H1.HeaderClassName
{
color: #6FC4C3;
}
.AnyTagClassName
{
color: #6FC4C3;
}
</style>
background-color css
<style>
a { background-color: #6FC4C3; }
a { background-color: rgb(111,196,195); }
div.DivClassName
{
background-color: #6FC4C3;
}
.BgClassName
{
background-color: #6FC4C3;
}
</style>
border-color css
<style>
span { border-color: #6FC4C3; }
span { border-color: rgb(111,196,195); }
td.TdClassName
{
border-color: #6FC4C3;
}
.TagClassName
{
border-color: #6FC4C3;
}
</style>