Shades of Downy #6BE6CF
Tints of Downy #6BE6CF
RGB
CMYK
RGB Variations
Color information
#6BE6CF (or 0x6BE6CF) is known color: Downy. HEX triplet: 6B, E6 and CF. RGB value is (107,230,207). Sum of RGB (Red+Green+Blue) = 107+230+207=544 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.67% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #6BE6CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE6CF is #941930. Grayscale: #BEBEBE. Windows color (decimal): -9705777 or 13624939. OLE color: 13624939.
HSL color Cylindrical-coordinate representation of color #6BE6CF: hue angle of 168.78º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE6CF is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 107 | 230 | 207 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.10 |
| HSL | 168.78º | 0.71% | 0.66% | - |
| HSV(B) | 168.78º | 0.53% | 0.9% | - |
| XYZ | 45.62 | 64.22 | 69.02 | - |
| YUV | 190.6 | 137.25 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 230 | 207 | 0.53 | 0 | 0.10 | 0.10 | 168.78 | 0.71 | 0.66 |
| Hex | 6B | E6 | CF | 35 | 0 | A | A | A9 | 47 | 42 |
| Octal | 153 | 346 | 317 | 65 | 0 | 12 | 12 | 251 | 107 | 102 |
| Binary | 1101011 | 11100110 | 11001111 | 110101 | 0 | 1010 | 1010 | 10101001 | 1000111 | 1000010 |
Color Harmonies of #6BE6CF
Complementary color
Monochromatic Colors of #6BE6CF
Black with #6BE6CF
Text Example
Text Example
White with #6BE6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE6CF; }
p { color: rgb(107,230,207); }
H1.HeaderClassName
{
color: #6BE6CF;
}
.AnyTagClassName
{
color: #6BE6CF;
}
</style>
background-color css
<style>
a { background-color: #6BE6CF; }
a { background-color: rgb(107,230,207); }
div.DivClassName
{
background-color: #6BE6CF;
}
.BgClassName
{
background-color: #6BE6CF;
}
</style>
border-color css
<style>
span { border-color: #6BE6CF; }
span { border-color: rgb(107,230,207); }
td.TdClassName
{
border-color: #6BE6CF;
}
.TagClassName
{
border-color: #6BE6CF;
}
</style>