Shades of Downy #6DC6CA
Tints of Downy #6DC6CA
RGB
CMYK
RGB Variations
Color information
#6DC6CA (or 0x6DC6CA) is known color: Downy. HEX triplet: 6D, C6 and CA. RGB value is (109,198,202). Sum of RGB (Red+Green+Blue) = 109+198+202=509 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.41% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DC6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC6CA is #923935. Grayscale: #ABABAB. Windows color (decimal): -9582902 or 13289069. OLE color: 13289069.
HSL color Cylindrical-coordinate representation of color #6DC6CA: hue angle of 182.58º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DC6CA is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 198 | 202 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.21 |
| HSL | 182.58º | 0.47% | 0.61% | - |
| HSV(B) | 182.58º | 0.46% | 0.79% | - |
| XYZ | 37.16 | 47.9 | 63.16 | - |
| YUV | 171.85 | 145.01 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 198 | 202 | 0.46 | 0.02 | 0 | 0.21 | 182.58 | 0.47 | 0.61 |
| Hex | 6D | C6 | CA | 2E | 2 | 0 | 15 | B7 | 2F | 3D |
| Octal | 155 | 306 | 312 | 56 | 2 | 0 | 25 | 267 | 57 | 75 |
| Binary | 1101101 | 11000110 | 11001010 | 101110 | 10 | 0 | 10101 | 10110111 | 101111 | 111101 |
Color Harmonies of #6DC6CA
Complementary color
Monochromatic Colors of #6DC6CA
Black with #6DC6CA
Text Example
Text Example
White with #6DC6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC6CA; }
p { color: rgb(109,198,202); }
H1.HeaderClassName
{
color: #6DC6CA;
}
.AnyTagClassName
{
color: #6DC6CA;
}
</style>
background-color css
<style>
a { background-color: #6DC6CA; }
a { background-color: rgb(109,198,202); }
div.DivClassName
{
background-color: #6DC6CA;
}
.BgClassName
{
background-color: #6DC6CA;
}
</style>
border-color css
<style>
span { border-color: #6DC6CA; }
span { border-color: rgb(109,198,202); }
td.TdClassName
{
border-color: #6DC6CA;
}
.TagClassName
{
border-color: #6DC6CA;
}
</style>