Shades of Downy #6BEEB8
Tints of Downy #6BEEB8
RGB
CMYK
RGB Variations
Color information
#6BEEB8 (or 0x6BEEB8) is known color: Downy. HEX triplet: 6B, EE and B8. RGB value is (107,238,184). Sum of RGB (Red+Green+Blue) = 107+238+184=529 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.23% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #6BEEB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEEB8 is #941147. Grayscale: #C0C0C0. Windows color (decimal): -9703752 or 12119659. OLE color: 12119659.
HSL color Cylindrical-coordinate representation of color #6BEEB8: hue angle of 155.27º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEEB8 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 238 | 184 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.07 |
| HSL | 155.27º | 0.79% | 0.68% | - |
| HSV(B) | 155.27º | 0.55% | 0.93% | - |
| XYZ | 45.29 | 67.74 | 56.03 | - |
| YUV | 192.68 | 123.1 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 238 | 184 | 0.55 | 0 | 0.23 | 0.07 | 155.27 | 0.79 | 0.68 |
| Hex | 6B | EE | B8 | 37 | 0 | 17 | 7 | 9B | 4F | 44 |
| Octal | 153 | 356 | 270 | 67 | 0 | 27 | 7 | 233 | 117 | 104 |
| Binary | 1101011 | 11101110 | 10111000 | 110111 | 0 | 10111 | 111 | 10011011 | 1001111 | 1000100 |
Color Harmonies of #6BEEB8
Complementary color
Monochromatic Colors of #6BEEB8
Black with #6BEEB8
Text Example
Text Example
White with #6BEEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEEB8; }
p { color: rgb(107,238,184); }
H1.HeaderClassName
{
color: #6BEEB8;
}
.AnyTagClassName
{
color: #6BEEB8;
}
</style>
background-color css
<style>
a { background-color: #6BEEB8; }
a { background-color: rgb(107,238,184); }
div.DivClassName
{
background-color: #6BEEB8;
}
.BgClassName
{
background-color: #6BEEB8;
}
</style>
border-color css
<style>
span { border-color: #6BEEB8; }
span { border-color: rgb(107,238,184); }
td.TdClassName
{
border-color: #6BEEB8;
}
.TagClassName
{
border-color: #6BEEB8;
}
</style>