Shades of Downy #6DCBC8
Tints of Downy #6DCBC8
RGB
CMYK
RGB Variations
Color information
#6DCBC8 (or 0x6DCBC8) is known color: Downy. HEX triplet: 6D, CB and C8. RGB value is (109,203,200). Sum of RGB (Red+Green+Blue) = 109+203+200=512 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.29% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBC8 is #923437. Grayscale: #AEAEAE. Windows color (decimal): -9581624 or 13159277. OLE color: 13159277.
HSL color Cylindrical-coordinate representation of color #6DCBC8: hue angle of 178.09º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCBC8 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 200 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.20 |
| HSL | 178.09º | 0.47% | 0.61% | - |
| HSV(B) | 178.09º | 0.46% | 0.8% | - |
| XYZ | 38.09 | 50.13 | 62.31 | - |
| YUV | 174.55 | 142.36 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 200 | 0.46 | 0 | 0.01 | 0.20 | 178.09 | 0.47 | 0.61 |
| Hex | 6D | CB | C8 | 2E | 0 | 1 | 14 | B2 | 2F | 3D |
| Octal | 155 | 313 | 310 | 56 | 0 | 1 | 24 | 262 | 57 | 75 |
| Binary | 1101101 | 11001011 | 11001000 | 101110 | 0 | 1 | 10100 | 10110010 | 101111 | 111101 |
Color Harmonies of #6DCBC8
Complementary color
Monochromatic Colors of #6DCBC8
Black with #6DCBC8
Text Example
Text Example
White with #6DCBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCBC8; }
p { color: rgb(109,203,200); }
H1.HeaderClassName
{
color: #6DCBC8;
}
.AnyTagClassName
{
color: #6DCBC8;
}
</style>
background-color css
<style>
a { background-color: #6DCBC8; }
a { background-color: rgb(109,203,200); }
div.DivClassName
{
background-color: #6DCBC8;
}
.BgClassName
{
background-color: #6DCBC8;
}
</style>
border-color css
<style>
span { border-color: #6DCBC8; }
span { border-color: rgb(109,203,200); }
td.TdClassName
{
border-color: #6DCBC8;
}
.TagClassName
{
border-color: #6DCBC8;
}
</style>