Shades of Downy #6DCCC8
Tints of Downy #6DCCC8
RGB
CMYK
RGB Variations
Color information
#6DCCC8 (or 0x6DCCC8) is known color: Downy. HEX triplet: 6D, CC and C8. RGB value is (109,204,200). Sum of RGB (Red+Green+Blue) = 109+204+200=513 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.25% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCCC8 is #923337. Grayscale: #AFAFAF. Windows color (decimal): -9581368 or 13159533. OLE color: 13159533.
HSL color Cylindrical-coordinate representation of color #6DCCC8: hue angle of 177.47º degrees, saturation: 0.48, 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 #6DCCC8 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 204 | 200 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.2 |
| HSL | 177.47º | 0.48% | 0.61% | - |
| HSV(B) | 177.47º | 0.47% | 0.8% | - |
| XYZ | 38.32 | 50.61 | 62.39 | - |
| YUV | 175.14 | 142.03 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 204 | 200 | 0.47 | 0 | 0.02 | 0.2 | 177.47 | 0.48 | 0.61 |
| Hex | 6D | CC | C8 | 2F | 0 | 2 | 14 | B1 | 30 | 3D |
| Octal | 155 | 314 | 310 | 57 | 0 | 2 | 24 | 261 | 60 | 75 |
| Binary | 1101101 | 11001100 | 11001000 | 101111 | 0 | 10 | 10100 | 10110001 | 110000 | 111101 |
Color Harmonies of #6DCCC8
Complementary color
Monochromatic Colors of #6DCCC8
Black with #6DCCC8
Text Example
Text Example
White with #6DCCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCCC8; }
p { color: rgb(109,204,200); }
H1.HeaderClassName
{
color: #6DCCC8;
}
.AnyTagClassName
{
color: #6DCCC8;
}
</style>
background-color css
<style>
a { background-color: #6DCCC8; }
a { background-color: rgb(109,204,200); }
div.DivClassName
{
background-color: #6DCCC8;
}
.BgClassName
{
background-color: #6DCCC8;
}
</style>
border-color css
<style>
span { border-color: #6DCCC8; }
span { border-color: rgb(109,204,200); }
td.TdClassName
{
border-color: #6DCCC8;
}
.TagClassName
{
border-color: #6DCCC8;
}
</style>