Shades of Downy #6FCFB4
Tints of Downy #6FCFB4
RGB
CMYK
RGB Variations
Color information
#6FCFB4 (or 0x6FCFB4) is known color: Downy. HEX triplet: 6F, CF and B4. RGB value is (111,207,180). Sum of RGB (Red+Green+Blue) = 111+207+180=498 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.29% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFB4 is #90304B. Grayscale: #AFAFAF. Windows color (decimal): -9449548 or 11849583. OLE color: 11849583.
HSL color Cylindrical-coordinate representation of color #6FCFB4: hue angle of 163.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 #6FCFB4 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 180 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.19 |
| HSL | 163.13º | 0.5% | 0.62% | - |
| HSV(B) | 163.13º | 0.46% | 0.81% | - |
| XYZ | 37.11 | 51.3 | 51.13 | - |
| YUV | 175.22 | 130.7 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 180 | 0.46 | 0 | 0.13 | 0.19 | 163.13 | 0.5 | 0.62 |
| Hex | 6F | CF | B4 | 2E | 0 | D | 13 | A3 | 32 | 3E |
| Octal | 157 | 317 | 264 | 56 | 0 | 15 | 23 | 243 | 62 | 76 |
| Binary | 1101111 | 11001111 | 10110100 | 101110 | 0 | 1101 | 10011 | 10100011 | 110010 | 111110 |
Color Harmonies of #6FCFB4
Complementary color
Monochromatic Colors of #6FCFB4
Black with #6FCFB4
Text Example
Text Example
White with #6FCFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCFB4; }
p { color: rgb(111,207,180); }
H1.HeaderClassName
{
color: #6FCFB4;
}
.AnyTagClassName
{
color: #6FCFB4;
}
</style>
background-color css
<style>
a { background-color: #6FCFB4; }
a { background-color: rgb(111,207,180); }
div.DivClassName
{
background-color: #6FCFB4;
}
.BgClassName
{
background-color: #6FCFB4;
}
</style>
border-color css
<style>
span { border-color: #6FCFB4; }
span { border-color: rgb(111,207,180); }
td.TdClassName
{
border-color: #6FCFB4;
}
.TagClassName
{
border-color: #6FCFB4;
}
</style>