Shades of Downy #6ACFCC
Tints of Downy #6ACFCC
RGB
CMYK
RGB Variations
Color information
#6ACFCC (or 0x6ACFCC) is known color: Downy. HEX triplet: 6A, CF and CC. RGB value is (106,207,204). Sum of RGB (Red+Green+Blue) = 106+207+204=517 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.50% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #6ACFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACFCC is #953033. Grayscale: #B0B0B0. Windows color (decimal): -9777204 or 13422442. OLE color: 13422442.
HSL color Cylindrical-coordinate representation of color #6ACFCC: hue angle of 178.22º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ACFCC is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 207 | 204 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.19 |
| HSL | 178.22º | 0.51% | 0.61% | - |
| HSV(B) | 178.22º | 0.49% | 0.81% | - |
| XYZ | 39.16 | 52.05 | 65.11 | - |
| YUV | 176.46 | 143.54 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 207 | 204 | 0.49 | 0 | 0.01 | 0.19 | 178.22 | 0.51 | 0.61 |
| Hex | 6A | CF | CC | 31 | 0 | 1 | 13 | B2 | 33 | 3D |
| Octal | 152 | 317 | 314 | 61 | 0 | 1 | 23 | 262 | 63 | 75 |
| Binary | 1101010 | 11001111 | 11001100 | 110001 | 0 | 1 | 10011 | 10110010 | 110011 | 111101 |
Color Harmonies of #6ACFCC
Complementary color
Monochromatic Colors of #6ACFCC
Black with #6ACFCC
Text Example
Text Example
White with #6ACFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACFCC; }
p { color: rgb(106,207,204); }
H1.HeaderClassName
{
color: #6ACFCC;
}
.AnyTagClassName
{
color: #6ACFCC;
}
</style>
background-color css
<style>
a { background-color: #6ACFCC; }
a { background-color: rgb(106,207,204); }
div.DivClassName
{
background-color: #6ACFCC;
}
.BgClassName
{
background-color: #6ACFCC;
}
</style>
border-color css
<style>
span { border-color: #6ACFCC; }
span { border-color: rgb(106,207,204); }
td.TdClassName
{
border-color: #6ACFCC;
}
.TagClassName
{
border-color: #6ACFCC;
}
</style>