Shades of Downy #6BCFC5
Tints of Downy #6BCFC5
RGB
CMYK
RGB Variations
Color information
#6BCFC5 (or 0x6BCFC5) is known color: Downy. HEX triplet: 6B, CF and C5. RGB value is (107,207,197). Sum of RGB (Red+Green+Blue) = 107+207+197=511 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.94% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFC5 is #94303A. Grayscale: #AFAFAF. Windows color (decimal): -9711675 or 12963691. OLE color: 12963691.
HSL color Cylindrical-coordinate representation of color #6BCFC5: hue angle of 174º 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 #6BCFC5 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 207 | 197 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.19 |
| HSL | 174º | 0.51% | 0.62% | - |
| HSV(B) | 174º | 0.48% | 0.81% | - |
| XYZ | 38.45 | 51.78 | 60.79 | - |
| YUV | 175.96 | 139.87 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 197 | 0.48 | 0 | 0.05 | 0.19 | 174 | 0.51 | 0.62 |
| Hex | 6B | CF | C5 | 30 | 0 | 5 | 13 | AE | 33 | 3E |
| Octal | 153 | 317 | 305 | 60 | 0 | 5 | 23 | 256 | 63 | 76 |
| Binary | 1101011 | 11001111 | 11000101 | 110000 | 0 | 101 | 10011 | 10101110 | 110011 | 111110 |
Color Harmonies of #6BCFC5
Complementary color
Monochromatic Colors of #6BCFC5
Black with #6BCFC5
Text Example
Text Example
White with #6BCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCFC5; }
p { color: rgb(107,207,197); }
H1.HeaderClassName
{
color: #6BCFC5;
}
.AnyTagClassName
{
color: #6BCFC5;
}
</style>
background-color css
<style>
a { background-color: #6BCFC5; }
a { background-color: rgb(107,207,197); }
div.DivClassName
{
background-color: #6BCFC5;
}
.BgClassName
{
background-color: #6BCFC5;
}
</style>
border-color css
<style>
span { border-color: #6BCFC5; }
span { border-color: rgb(107,207,197); }
td.TdClassName
{
border-color: #6BCFC5;
}
.TagClassName
{
border-color: #6BCFC5;
}
</style>