Shades of Downy #6FD2C2
Tints of Downy #6FD2C2
RGB
CMYK
RGB Variations
Color information
#6FD2C2 (or 0x6FD2C2) is known color: Downy. HEX triplet: 6F, D2 and C2. RGB value is (111,210,194). Sum of RGB (Red+Green+Blue) = 111+210+194=515 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.55% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD2C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD2C2 is #902D3D. Grayscale: #B2B2B2. Windows color (decimal): -9448766 or 12767855. OLE color: 12767855.
HSL color Cylindrical-coordinate representation of color #6FD2C2: hue angle of 170.3º 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 #6FD2C2 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 210 | 194 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.18 |
| HSL | 170.3º | 0.52% | 0.63% | - |
| HSV(B) | 170.3º | 0.47% | 0.82% | - |
| XYZ | 39.34 | 53.37 | 59.27 | - |
| YUV | 178.58 | 136.7 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 210 | 194 | 0.47 | 0 | 0.08 | 0.18 | 170.3 | 0.52 | 0.63 |
| Hex | 6F | D2 | C2 | 2F | 0 | 8 | 12 | AA | 34 | 3F |
| Octal | 157 | 322 | 302 | 57 | 0 | 10 | 22 | 252 | 64 | 77 |
| Binary | 1101111 | 11010010 | 11000010 | 101111 | 0 | 1000 | 10010 | 10101010 | 110100 | 111111 |
Color Harmonies of #6FD2C2
Complementary color
Monochromatic Colors of #6FD2C2
Black with #6FD2C2
Text Example
Text Example
White with #6FD2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD2C2; }
p { color: rgb(111,210,194); }
H1.HeaderClassName
{
color: #6FD2C2;
}
.AnyTagClassName
{
color: #6FD2C2;
}
</style>
background-color css
<style>
a { background-color: #6FD2C2; }
a { background-color: rgb(111,210,194); }
div.DivClassName
{
background-color: #6FD2C2;
}
.BgClassName
{
background-color: #6FD2C2;
}
</style>
border-color css
<style>
span { border-color: #6FD2C2; }
span { border-color: rgb(111,210,194); }
td.TdClassName
{
border-color: #6FD2C2;
}
.TagClassName
{
border-color: #6FD2C2;
}
</style>