Shades of Downy #6FCCC6
Tints of Downy #6FCCC6
RGB
CMYK
RGB Variations
Color information
#6FCCC6 (or 0x6FCCC6) is known color: Downy. HEX triplet: 6F, CC and C6. RGB value is (111,204,198). Sum of RGB (Red+Green+Blue) = 111+204+198=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCC6 is #903339. Grayscale: #AFAFAF. Windows color (decimal): -9450298 or 13028463. OLE color: 13028463.
HSL color Cylindrical-coordinate representation of color #6FCCC6: hue angle of 176.13º 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 #6FCCC6 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 198 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.2 |
| HSL | 176.13º | 0.48% | 0.62% | - |
| HSV(B) | 176.13º | 0.46% | 0.8% | - |
| XYZ | 38.34 | 50.64 | 61.18 | - |
| YUV | 175.51 | 140.69 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 198 | 0.46 | 0 | 0.03 | 0.2 | 176.13 | 0.48 | 0.62 |
| Hex | 6F | CC | C6 | 2E | 0 | 3 | 14 | B0 | 30 | 3E |
| Octal | 157 | 314 | 306 | 56 | 0 | 3 | 24 | 260 | 60 | 76 |
| Binary | 1101111 | 11001100 | 11000110 | 101110 | 0 | 11 | 10100 | 10110000 | 110000 | 111110 |
Color Harmonies of #6FCCC6
Complementary color
Monochromatic Colors of #6FCCC6
Black with #6FCCC6
Text Example
Text Example
White with #6FCCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCC6; }
p { color: rgb(111,204,198); }
H1.HeaderClassName
{
color: #6FCCC6;
}
.AnyTagClassName
{
color: #6FCCC6;
}
</style>
background-color css
<style>
a { background-color: #6FCCC6; }
a { background-color: rgb(111,204,198); }
div.DivClassName
{
background-color: #6FCCC6;
}
.BgClassName
{
background-color: #6FCCC6;
}
</style>
border-color css
<style>
span { border-color: #6FCCC6; }
span { border-color: rgb(111,204,198); }
td.TdClassName
{
border-color: #6FCCC6;
}
.TagClassName
{
border-color: #6FCCC6;
}
</style>