Shades of Downy #6FCDC4
Tints of Downy #6FCDC4
RGB
CMYK
RGB Variations
Color information
#6FCDC4 (or 0x6FCDC4) is known color: Downy. HEX triplet: 6F, CD and C4. RGB value is (111,205,196). Sum of RGB (Red+Green+Blue) = 111+205+196=512 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.68% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDC4 is #90323B. Grayscale: #AFAFAF. Windows color (decimal): -9450044 or 12897647. OLE color: 12897647.
HSL color Cylindrical-coordinate representation of color #6FCDC4: hue angle of 174.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 #6FCDC4 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 196 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.20 |
| HSL | 174.26º | 0.48% | 0.62% | - |
| HSV(B) | 174.26º | 0.46% | 0.8% | - |
| XYZ | 38.35 | 51.03 | 60.05 | - |
| YUV | 175.87 | 139.36 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 196 | 0.46 | 0 | 0.04 | 0.20 | 174.26 | 0.48 | 0.62 |
| Hex | 6F | CD | C4 | 2E | 0 | 4 | 14 | AE | 30 | 3E |
| Octal | 157 | 315 | 304 | 56 | 0 | 4 | 24 | 256 | 60 | 76 |
| Binary | 1101111 | 11001101 | 11000100 | 101110 | 0 | 100 | 10100 | 10101110 | 110000 | 111110 |
Color Harmonies of #6FCDC4
Complementary color
Monochromatic Colors of #6FCDC4
Black with #6FCDC4
Text Example
Text Example
White with #6FCDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCDC4; }
p { color: rgb(111,205,196); }
H1.HeaderClassName
{
color: #6FCDC4;
}
.AnyTagClassName
{
color: #6FCDC4;
}
</style>
background-color css
<style>
a { background-color: #6FCDC4; }
a { background-color: rgb(111,205,196); }
div.DivClassName
{
background-color: #6FCDC4;
}
.BgClassName
{
background-color: #6FCDC4;
}
</style>
border-color css
<style>
span { border-color: #6FCDC4; }
span { border-color: rgb(111,205,196); }
td.TdClassName
{
border-color: #6FCDC4;
}
.TagClassName
{
border-color: #6FCDC4;
}
</style>