Shades of Downy #6CC4BB
Tints of Downy #6CC4BB
RGB
CMYK
RGB Variations
Color information
#6CC4BB (or 0x6CC4BB) is known color: Downy. HEX triplet: 6C, C4 and BB. RGB value is (108,196,187). Sum of RGB (Red+Green+Blue) = 108+196+187=491 (65% of max value = 765). Red value is 108 (42.58% from 255 or 22.00% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 196 - color contains mainly: green. Hex color #6CC4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC4BB is #933B44. Grayscale: #A8A8A8. Windows color (decimal): -9648965 or 12305516. OLE color: 12305516.
HSL color Cylindrical-coordinate representation of color #6CC4BB: hue angle of 173.86º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6CC4BB is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 108 | 196 | 187 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.23 |
| HSL | 173.86º | 0.43% | 0.6% | - |
| HSV(B) | 173.86º | 0.45% | 0.77% | - |
| XYZ | 34.89 | 46.26 | 54.1 | - |
| YUV | 168.66 | 138.35 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 196 | 187 | 0.45 | 0 | 0.05 | 0.23 | 173.86 | 0.43 | 0.6 |
| Hex | 6C | C4 | BB | 2D | 0 | 5 | 17 | AE | 2B | 3C |
| Octal | 154 | 304 | 273 | 55 | 0 | 5 | 27 | 256 | 53 | 74 |
| Binary | 1101100 | 11000100 | 10111011 | 101101 | 0 | 101 | 10111 | 10101110 | 101011 | 111100 |
Color Harmonies of #6CC4BB
Complementary color
Monochromatic Colors of #6CC4BB
Black with #6CC4BB
Text Example
Text Example
White with #6CC4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC4BB; }
p { color: rgb(108,196,187); }
H1.HeaderClassName
{
color: #6CC4BB;
}
.AnyTagClassName
{
color: #6CC4BB;
}
</style>
background-color css
<style>
a { background-color: #6CC4BB; }
a { background-color: rgb(108,196,187); }
div.DivClassName
{
background-color: #6CC4BB;
}
.BgClassName
{
background-color: #6CC4BB;
}
</style>
border-color css
<style>
span { border-color: #6CC4BB; }
span { border-color: rgb(108,196,187); }
td.TdClassName
{
border-color: #6CC4BB;
}
.TagClassName
{
border-color: #6CC4BB;
}
</style>