Shades of Downy #6CCDB7
Tints of Downy #6CCDB7
RGB
CMYK
RGB Variations
Color information
#6CCDB7 (or 0x6CCDB7) is known color: Downy. HEX triplet: 6C, CD and B7. RGB value is (108,205,183). Sum of RGB (Red+Green+Blue) = 108+205+183=496 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.77% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDB7 is #933248. Grayscale: #ADADAD. Windows color (decimal): -9646665 or 12045676. OLE color: 12045676.
HSL color Cylindrical-coordinate representation of color #6CCDB7: hue angle of 166.39º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCDB7 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 183 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.20 |
| HSL | 166.39º | 0.49% | 0.61% | - |
| HSV(B) | 166.39º | 0.47% | 0.8% | - |
| XYZ | 36.56 | 50.27 | 52.58 | - |
| YUV | 173.49 | 133.36 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 183 | 0.47 | 0 | 0.11 | 0.20 | 166.39 | 0.49 | 0.61 |
| Hex | 6C | CD | B7 | 2F | 0 | B | 14 | A6 | 31 | 3D |
| Octal | 154 | 315 | 267 | 57 | 0 | 13 | 24 | 246 | 61 | 75 |
| Binary | 1101100 | 11001101 | 10110111 | 101111 | 0 | 1011 | 10100 | 10100110 | 110001 | 111101 |
Color Harmonies of #6CCDB7
Complementary color
Monochromatic Colors of #6CCDB7
Black with #6CCDB7
Text Example
Text Example
White with #6CCDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCDB7; }
p { color: rgb(108,205,183); }
H1.HeaderClassName
{
color: #6CCDB7;
}
.AnyTagClassName
{
color: #6CCDB7;
}
</style>
background-color css
<style>
a { background-color: #6CCDB7; }
a { background-color: rgb(108,205,183); }
div.DivClassName
{
background-color: #6CCDB7;
}
.BgClassName
{
background-color: #6CCDB7;
}
</style>
border-color css
<style>
span { border-color: #6CCDB7; }
span { border-color: rgb(108,205,183); }
td.TdClassName
{
border-color: #6CCDB7;
}
.TagClassName
{
border-color: #6CCDB7;
}
</style>