Shades of Downy #6DCFCC
Tints of Downy #6DCFCC
RGB
CMYK
RGB Variations
Color information
#6DCFCC (or 0x6DCFCC) is known color: Downy. HEX triplet: 6D, CF and CC. RGB value is (109,207,204). Sum of RGB (Red+Green+Blue) = 109+207+204=520 (68% of max value = 765). Red value is 109 (42.97% from 255 or 20.96% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFCC is #923033. Grayscale: #B1B1B1. Windows color (decimal): -9580596 or 13422445. OLE color: 13422445.
HSL color Cylindrical-coordinate representation of color #6DCFCC: hue angle of 178.16º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCFCC is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 204 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.19 |
| HSL | 178.16º | 0.51% | 0.62% | - |
| HSV(B) | 178.16º | 0.47% | 0.81% | - |
| XYZ | 39.52 | 52.24 | 65.13 | - |
| YUV | 177.36 | 143.03 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 204 | 0.47 | 0 | 0.01 | 0.19 | 178.16 | 0.51 | 0.62 |
| Hex | 6D | CF | CC | 2F | 0 | 1 | 13 | B2 | 33 | 3E |
| Octal | 155 | 317 | 314 | 57 | 0 | 1 | 23 | 262 | 63 | 76 |
| Binary | 1101101 | 11001111 | 11001100 | 101111 | 0 | 1 | 10011 | 10110010 | 110011 | 111110 |
Color Harmonies of #6DCFCC
Complementary color
Monochromatic Colors of #6DCFCC
Black with #6DCFCC
Text Example
Text Example
White with #6DCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFCC; }
p { color: rgb(109,207,204); }
H1.HeaderClassName
{
color: #6DCFCC;
}
.AnyTagClassName
{
color: #6DCFCC;
}
</style>
background-color css
<style>
a { background-color: #6DCFCC; }
a { background-color: rgb(109,207,204); }
div.DivClassName
{
background-color: #6DCFCC;
}
.BgClassName
{
background-color: #6DCFCC;
}
</style>
border-color css
<style>
span { border-color: #6DCFCC; }
span { border-color: rgb(109,207,204); }
td.TdClassName
{
border-color: #6DCFCC;
}
.TagClassName
{
border-color: #6DCFCC;
}
</style>