Shades of Downy #6BE4CF
Tints of Downy #6BE4CF
RGB
CMYK
RGB Variations
Color information
#6BE4CF (or 0x6BE4CF) is known color: Downy. HEX triplet: 6B, E4 and CF. RGB value is (107,228,207). Sum of RGB (Red+Green+Blue) = 107+228+207=542 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.74% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 228 - color contains mainly: green. Hex color #6BE4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE4CF is #941B30. Grayscale: #BDBDBD. Windows color (decimal): -9706289 or 13624427. OLE color: 13624427.
HSL color Cylindrical-coordinate representation of color #6BE4CF: hue angle of 169.59º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE4CF is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 107 | 228 | 207 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.11 |
| HSL | 169.59º | 0.69% | 0.66% | - |
| HSV(B) | 169.59º | 0.53% | 0.89% | - |
| XYZ | 45.07 | 63.12 | 68.84 | - |
| YUV | 189.43 | 137.91 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 228 | 207 | 0.53 | 0 | 0.09 | 0.11 | 169.59 | 0.69 | 0.66 |
| Hex | 6B | E4 | CF | 35 | 0 | 9 | B | AA | 45 | 42 |
| Octal | 153 | 344 | 317 | 65 | 0 | 11 | 13 | 252 | 105 | 102 |
| Binary | 1101011 | 11100100 | 11001111 | 110101 | 0 | 1001 | 1011 | 10101010 | 1000101 | 1000010 |
Color Harmonies of #6BE4CF
Complementary color
Monochromatic Colors of #6BE4CF
Black with #6BE4CF
Text Example
Text Example
White with #6BE4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE4CF; }
p { color: rgb(107,228,207); }
H1.HeaderClassName
{
color: #6BE4CF;
}
.AnyTagClassName
{
color: #6BE4CF;
}
</style>
background-color css
<style>
a { background-color: #6BE4CF; }
a { background-color: rgb(107,228,207); }
div.DivClassName
{
background-color: #6BE4CF;
}
.BgClassName
{
background-color: #6BE4CF;
}
</style>
border-color css
<style>
span { border-color: #6BE4CF; }
span { border-color: rgb(107,228,207); }
td.TdClassName
{
border-color: #6BE4CF;
}
.TagClassName
{
border-color: #6BE4CF;
}
</style>