Shades of Downy #6FCCC0
Tints of Downy #6FCCC0
RGB
CMYK
RGB Variations
Color information
#6FCCC0 (or 0x6FCCC0) is known color: Downy. HEX triplet: 6F, CC and C0. RGB value is (111,204,192). Sum of RGB (Red+Green+Blue) = 111+204+192=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCC0 is #90333F. Grayscale: #AEAEAE. Windows color (decimal): -9450304 or 12635247. OLE color: 12635247.
HSL color Cylindrical-coordinate representation of color #6FCCC0: hue angle of 172.26º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCCC0 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 192 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.2 |
| HSL | 172.26º | 0.48% | 0.62% | - |
| HSV(B) | 172.26º | 0.46% | 0.8% | - |
| XYZ | 37.66 | 50.37 | 57.61 | - |
| YUV | 174.83 | 137.69 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 192 | 0.46 | 0 | 0.06 | 0.2 | 172.26 | 0.48 | 0.62 |
| Hex | 6F | CC | C0 | 2E | 0 | 6 | 14 | AC | 30 | 3E |
| Octal | 157 | 314 | 300 | 56 | 0 | 6 | 24 | 254 | 60 | 76 |
| Binary | 1101111 | 11001100 | 11000000 | 101110 | 0 | 110 | 10100 | 10101100 | 110000 | 111110 |
Color Harmonies of #6FCCC0
Complementary color
Monochromatic Colors of #6FCCC0
Black with #6FCCC0
Text Example
Text Example
White with #6FCCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCC0; }
p { color: rgb(111,204,192); }
H1.HeaderClassName
{
color: #6FCCC0;
}
.AnyTagClassName
{
color: #6FCCC0;
}
</style>
background-color css
<style>
a { background-color: #6FCCC0; }
a { background-color: rgb(111,204,192); }
div.DivClassName
{
background-color: #6FCCC0;
}
.BgClassName
{
background-color: #6FCCC0;
}
</style>
border-color css
<style>
span { border-color: #6FCCC0; }
span { border-color: rgb(111,204,192); }
td.TdClassName
{
border-color: #6FCCC0;
}
.TagClassName
{
border-color: #6FCCC0;
}
</style>