Shades of Downy #6FD1C8
Tints of Downy #6FD1C8
RGB
CMYK
RGB Variations
Color information
#6FD1C8 (or 0x6FD1C8) is known color: Downy. HEX triplet: 6F, D1 and C8. RGB value is (111,209,200). Sum of RGB (Red+Green+Blue) = 111+209+200=520 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.35% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 209 - color contains mainly: green. Hex color #6FD1C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD1C8 is #902E37. Grayscale: #B2B2B2. Windows color (decimal): -9449016 or 13160815. OLE color: 13160815.
HSL color Cylindrical-coordinate representation of color #6FD1C8: hue angle of 174.49º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD1C8 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 209 | 200 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.18 |
| HSL | 174.49º | 0.52% | 0.63% | - |
| HSV(B) | 174.49º | 0.47% | 0.82% | - |
| XYZ | 39.78 | 53.15 | 62.81 | - |
| YUV | 178.67 | 140.03 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 209 | 200 | 0.47 | 0 | 0.04 | 0.18 | 174.49 | 0.52 | 0.63 |
| Hex | 6F | D1 | C8 | 2F | 0 | 4 | 12 | AE | 34 | 3F |
| Octal | 157 | 321 | 310 | 57 | 0 | 4 | 22 | 256 | 64 | 77 |
| Binary | 1101111 | 11010001 | 11001000 | 101111 | 0 | 100 | 10010 | 10101110 | 110100 | 111111 |
Color Harmonies of #6FD1C8
Complementary color
Monochromatic Colors of #6FD1C8
Black with #6FD1C8
Text Example
Text Example
White with #6FD1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD1C8; }
p { color: rgb(111,209,200); }
H1.HeaderClassName
{
color: #6FD1C8;
}
.AnyTagClassName
{
color: #6FD1C8;
}
</style>
background-color css
<style>
a { background-color: #6FD1C8; }
a { background-color: rgb(111,209,200); }
div.DivClassName
{
background-color: #6FD1C8;
}
.BgClassName
{
background-color: #6FD1C8;
}
</style>
border-color css
<style>
span { border-color: #6FD1C8; }
span { border-color: rgb(111,209,200); }
td.TdClassName
{
border-color: #6FD1C8;
}
.TagClassName
{
border-color: #6FD1C8;
}
</style>