Shades of Downy #6BEFBE
Tints of Downy #6BEFBE
RGB
CMYK
RGB Variations
Color information
#6BEFBE (or 0x6BEFBE) is known color: Downy. HEX triplet: 6B, EF and BE. RGB value is (107,239,190). Sum of RGB (Red+Green+Blue) = 107+239+190=536 (70% of max value = 765). Red value is 107 (42.19% from 255 or 19.96% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFBE is #941041. Grayscale: #C2C2C2. Windows color (decimal): -9703490 or 12513131. OLE color: 12513131.
HSL color Cylindrical-coordinate representation of color #6BEFBE: hue angle of 157.73º 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 #6BEFBE is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 239 | 190 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.06 |
| HSL | 157.73º | 0.8% | 0.68% | - |
| HSV(B) | 157.73º | 0.55% | 0.94% | - |
| XYZ | 46.22 | 68.58 | 59.52 | - |
| YUV | 193.95 | 125.77 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 239 | 190 | 0.55 | 0 | 0.21 | 0.06 | 157.73 | 0.8 | 0.68 |
| Hex | 6B | EF | BE | 37 | 0 | 15 | 6 | 9E | 50 | 44 |
| Octal | 153 | 357 | 276 | 67 | 0 | 25 | 6 | 236 | 120 | 104 |
| Binary | 1101011 | 11101111 | 10111110 | 110111 | 0 | 10101 | 110 | 10011110 | 1010000 | 1000100 |
Color Harmonies of #6BEFBE
Complementary color
Monochromatic Colors of #6BEFBE
Black with #6BEFBE
Text Example
Text Example
White with #6BEFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEFBE; }
p { color: rgb(107,239,190); }
H1.HeaderClassName
{
color: #6BEFBE;
}
.AnyTagClassName
{
color: #6BEFBE;
}
</style>
background-color css
<style>
a { background-color: #6BEFBE; }
a { background-color: rgb(107,239,190); }
div.DivClassName
{
background-color: #6BEFBE;
}
.BgClassName
{
background-color: #6BEFBE;
}
</style>
border-color css
<style>
span { border-color: #6BEFBE; }
span { border-color: rgb(107,239,190); }
td.TdClassName
{
border-color: #6BEFBE;
}
.TagClassName
{
border-color: #6BEFBE;
}
</style>