Shades of Downy #6BEACF
Tints of Downy #6BEACF
RGB
CMYK
RGB Variations
Color information
#6BEACF (or 0x6BEACF) is known color: Downy. HEX triplet: 6B, EA and CF. RGB value is (107,234,207). Sum of RGB (Red+Green+Blue) = 107+234+207=548 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.53% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEACF is #941530. Grayscale: #C0C0C0. Windows color (decimal): -9704753 or 13625963. OLE color: 13625963.
HSL color Cylindrical-coordinate representation of color #6BEACF: hue angle of 167.24º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEACF is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 234 | 207 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.08 |
| HSL | 167.24º | 0.75% | 0.67% | - |
| HSV(B) | 167.24º | 0.54% | 0.92% | - |
| XYZ | 46.75 | 66.48 | 69.4 | - |
| YUV | 192.95 | 135.92 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 234 | 207 | 0.54 | 0 | 0.12 | 0.08 | 167.24 | 0.75 | 0.67 |
| Hex | 6B | EA | CF | 36 | 0 | C | 8 | A7 | 4B | 43 |
| Octal | 153 | 352 | 317 | 66 | 0 | 14 | 10 | 247 | 113 | 103 |
| Binary | 1101011 | 11101010 | 11001111 | 110110 | 0 | 1100 | 1000 | 10100111 | 1001011 | 1000011 |
Color Harmonies of #6BEACF
Complementary color
Monochromatic Colors of #6BEACF
Black with #6BEACF
Text Example
Text Example
White with #6BEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEACF; }
p { color: rgb(107,234,207); }
H1.HeaderClassName
{
color: #6BEACF;
}
.AnyTagClassName
{
color: #6BEACF;
}
</style>
background-color css
<style>
a { background-color: #6BEACF; }
a { background-color: rgb(107,234,207); }
div.DivClassName
{
background-color: #6BEACF;
}
.BgClassName
{
background-color: #6BEACF;
}
</style>
border-color css
<style>
span { border-color: #6BEACF; }
span { border-color: rgb(107,234,207); }
td.TdClassName
{
border-color: #6BEACF;
}
.TagClassName
{
border-color: #6BEACF;
}
</style>