Shades of Downy #6BCCB6
Tints of Downy #6BCCB6
RGB
CMYK
RGB Variations
Color information
#6BCCB6 (or 0x6BCCB6) is known color: Downy. HEX triplet: 6B, CC and B6. RGB value is (107,204,182). Sum of RGB (Red+Green+Blue) = 107+204+182=493 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.70% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCB6 is #943349. Grayscale: #ACACAC. Windows color (decimal): -9712458 or 11979883. OLE color: 11979883.
HSL color Cylindrical-coordinate representation of color #6BCCB6: 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.48%. Process color model (Four color, CMYK) of #6BCCB6 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 204 | 182 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.2 |
| HSL | 166.39º | 0.49% | 0.61% | - |
| HSV(B) | 166.39º | 0.48% | 0.8% | - |
| XYZ | 36.1 | 49.69 | 51.94 | - |
| YUV | 172.49 | 133.36 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 182 | 0.48 | 0 | 0.11 | 0.2 | 166.39 | 0.49 | 0.61 |
| Hex | 6B | CC | B6 | 30 | 0 | B | 14 | A6 | 31 | 3D |
| Octal | 153 | 314 | 266 | 60 | 0 | 13 | 24 | 246 | 61 | 75 |
| Binary | 1101011 | 11001100 | 10110110 | 110000 | 0 | 1011 | 10100 | 10100110 | 110001 | 111101 |
Color Harmonies of #6BCCB6
Complementary color
Monochromatic Colors of #6BCCB6
Black with #6BCCB6
Text Example
Text Example
White with #6BCCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCCB6; }
p { color: rgb(107,204,182); }
H1.HeaderClassName
{
color: #6BCCB6;
}
.AnyTagClassName
{
color: #6BCCB6;
}
</style>
background-color css
<style>
a { background-color: #6BCCB6; }
a { background-color: rgb(107,204,182); }
div.DivClassName
{
background-color: #6BCCB6;
}
.BgClassName
{
background-color: #6BCCB6;
}
</style>
border-color css
<style>
span { border-color: #6BCCB6; }
span { border-color: rgb(107,204,182); }
td.TdClassName
{
border-color: #6BCCB6;
}
.TagClassName
{
border-color: #6BCCB6;
}
</style>