Shades of Downy #6BCFB8
Tints of Downy #6BCFB8
RGB
CMYK
RGB Variations
Color information
#6BCFB8 (or 0x6BCFB8) is known color: Downy. HEX triplet: 6B, CF and B8. RGB value is (107,207,184). Sum of RGB (Red+Green+Blue) = 107+207+184=498 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.49% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFB8 is #943047. Grayscale: #AEAEAE. Windows color (decimal): -9711688 or 12111723. OLE color: 12111723.
HSL color Cylindrical-coordinate representation of color #6BCFB8: hue angle of 166.2º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCFB8 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 207 | 184 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.19 |
| HSL | 166.2º | 0.51% | 0.62% | - |
| HSV(B) | 166.2º | 0.48% | 0.81% | - |
| XYZ | 37.03 | 51.21 | 53.28 | - |
| YUV | 174.48 | 133.37 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 184 | 0.48 | 0 | 0.11 | 0.19 | 166.2 | 0.51 | 0.62 |
| Hex | 6B | CF | B8 | 30 | 0 | B | 13 | A6 | 33 | 3E |
| Octal | 153 | 317 | 270 | 60 | 0 | 13 | 23 | 246 | 63 | 76 |
| Binary | 1101011 | 11001111 | 10111000 | 110000 | 0 | 1011 | 10011 | 10100110 | 110011 | 111110 |
Color Harmonies of #6BCFB8
Complementary color
Monochromatic Colors of #6BCFB8
Black with #6BCFB8
Text Example
Text Example
White with #6BCFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCFB8; }
p { color: rgb(107,207,184); }
H1.HeaderClassName
{
color: #6BCFB8;
}
.AnyTagClassName
{
color: #6BCFB8;
}
</style>
background-color css
<style>
a { background-color: #6BCFB8; }
a { background-color: rgb(107,207,184); }
div.DivClassName
{
background-color: #6BCFB8;
}
.BgClassName
{
background-color: #6BCFB8;
}
</style>
border-color css
<style>
span { border-color: #6BCFB8; }
span { border-color: rgb(107,207,184); }
td.TdClassName
{
border-color: #6BCFB8;
}
.TagClassName
{
border-color: #6BCFB8;
}
</style>