Shades of Downy #6CCFC4
Tints of Downy #6CCFC4
RGB
CMYK
RGB Variations
Color information
#6CCFC4 (or 0x6CCFC4) is known color: Downy. HEX triplet: 6C, CF and C4. RGB value is (108,207,196). Sum of RGB (Red+Green+Blue) = 108+207+196=511 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.14% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCFC4 is #93303B. Grayscale: #B0B0B0. Windows color (decimal): -9646140 or 12898156. OLE color: 12898156.
HSL color Cylindrical-coordinate representation of color #6CCFC4: hue angle of 173.33º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CCFC4 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 207 | 196 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.19 |
| HSL | 173.33º | 0.51% | 0.62% | - |
| HSV(B) | 173.33º | 0.48% | 0.81% | - |
| XYZ | 38.46 | 51.8 | 60.2 | - |
| YUV | 176.15 | 139.2 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 196 | 0.48 | 0 | 0.05 | 0.19 | 173.33 | 0.51 | 0.62 |
| Hex | 6C | CF | C4 | 30 | 0 | 5 | 13 | AD | 33 | 3E |
| Octal | 154 | 317 | 304 | 60 | 0 | 5 | 23 | 255 | 63 | 76 |
| Binary | 1101100 | 11001111 | 11000100 | 110000 | 0 | 101 | 10011 | 10101101 | 110011 | 111110 |
Color Harmonies of #6CCFC4
Complementary color
Monochromatic Colors of #6CCFC4
Black with #6CCFC4
Text Example
Text Example
White with #6CCFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCFC4; }
p { color: rgb(108,207,196); }
H1.HeaderClassName
{
color: #6CCFC4;
}
.AnyTagClassName
{
color: #6CCFC4;
}
</style>
background-color css
<style>
a { background-color: #6CCFC4; }
a { background-color: rgb(108,207,196); }
div.DivClassName
{
background-color: #6CCFC4;
}
.BgClassName
{
background-color: #6CCFC4;
}
</style>
border-color css
<style>
span { border-color: #6CCFC4; }
span { border-color: rgb(108,207,196); }
td.TdClassName
{
border-color: #6CCFC4;
}
.TagClassName
{
border-color: #6CCFC4;
}
</style>