Shades of Downy #6BCCB4
Tints of Downy #6BCCB4
RGB
CMYK
RGB Variations
Color information
#6BCCB4 (or 0x6BCCB4) is known color: Downy. HEX triplet: 6B, CC and B4. RGB value is (107,204,180). Sum of RGB (Red+Green+Blue) = 107+204+180=491 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.79% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCB4 is #94334B. Grayscale: #ACACAC. Windows color (decimal): -9712460 or 11848811. OLE color: 11848811.
HSL color Cylindrical-coordinate representation of color #6BCCB4: hue angle of 165.15º 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 #6BCCB4 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 204 | 180 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.2 |
| HSL | 165.15º | 0.49% | 0.61% | - |
| HSV(B) | 165.15º | 0.48% | 0.8% | - |
| XYZ | 35.89 | 49.61 | 50.86 | - |
| YUV | 172.26 | 132.36 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 180 | 0.48 | 0 | 0.12 | 0.2 | 165.15 | 0.49 | 0.61 |
| Hex | 6B | CC | B4 | 30 | 0 | C | 14 | A5 | 31 | 3D |
| Octal | 153 | 314 | 264 | 60 | 0 | 14 | 24 | 245 | 61 | 75 |
| Binary | 1101011 | 11001100 | 10110100 | 110000 | 0 | 1100 | 10100 | 10100101 | 110001 | 111101 |
Color Harmonies of #6BCCB4
Complementary color
Monochromatic Colors of #6BCCB4
Black with #6BCCB4
Text Example
Text Example
White with #6BCCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCCB4; }
p { color: rgb(107,204,180); }
H1.HeaderClassName
{
color: #6BCCB4;
}
.AnyTagClassName
{
color: #6BCCB4;
}
</style>
background-color css
<style>
a { background-color: #6BCCB4; }
a { background-color: rgb(107,204,180); }
div.DivClassName
{
background-color: #6BCCB4;
}
.BgClassName
{
background-color: #6BCCB4;
}
</style>
border-color css
<style>
span { border-color: #6BCCB4; }
span { border-color: rgb(107,204,180); }
td.TdClassName
{
border-color: #6BCCB4;
}
.TagClassName
{
border-color: #6BCCB4;
}
</style>