Shades of Downy #6BEFBC
Tints of Downy #6BEFBC
RGB
CMYK
RGB Variations
Color information
#6BEFBC (or 0x6BEFBC) is known color: Downy. HEX triplet: 6B, EF and BC. RGB value is (107,239,188). Sum of RGB (Red+Green+Blue) = 107+239+188=534 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.04% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFBC is #941043. Grayscale: #C1C1C1. Windows color (decimal): -9703492 or 12382059. OLE color: 12382059.
HSL color Cylindrical-coordinate representation of color #6BEFBC: hue angle of 156.82º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEFBC is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 239 | 188 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.06 |
| HSL | 156.82º | 0.8% | 0.68% | - |
| HSV(B) | 156.82º | 0.55% | 0.94% | - |
| XYZ | 46.01 | 68.49 | 58.37 | - |
| YUV | 193.72 | 124.77 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 239 | 188 | 0.55 | 0 | 0.21 | 0.06 | 156.82 | 0.8 | 0.68 |
| Hex | 6B | EF | BC | 37 | 0 | 15 | 6 | 9D | 50 | 44 |
| Octal | 153 | 357 | 274 | 67 | 0 | 25 | 6 | 235 | 120 | 104 |
| Binary | 1101011 | 11101111 | 10111100 | 110111 | 0 | 10101 | 110 | 10011101 | 1010000 | 1000100 |
Color Harmonies of #6BEFBC
Complementary color
Monochromatic Colors of #6BEFBC
Black with #6BEFBC
Text Example
Text Example
White with #6BEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEFBC; }
p { color: rgb(107,239,188); }
H1.HeaderClassName
{
color: #6BEFBC;
}
.AnyTagClassName
{
color: #6BEFBC;
}
</style>
background-color css
<style>
a { background-color: #6BEFBC; }
a { background-color: rgb(107,239,188); }
div.DivClassName
{
background-color: #6BEFBC;
}
.BgClassName
{
background-color: #6BEFBC;
}
</style>
border-color css
<style>
span { border-color: #6BEFBC; }
span { border-color: rgb(107,239,188); }
td.TdClassName
{
border-color: #6BEFBC;
}
.TagClassName
{
border-color: #6BEFBC;
}
</style>