Shades of Downy #6AC7BE
Tints of Downy #6AC7BE
RGB
CMYK
RGB Variations
Color information
#6AC7BE (or 0x6AC7BE) is known color: Downy. HEX triplet: 6A, C7 and BE. RGB value is (106,199,190). Sum of RGB (Red+Green+Blue) = 106+199+190=495 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.41% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 199 - color contains mainly: green. Hex color #6AC7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC7BE is #953841. Grayscale: #AAAAAA. Windows color (decimal): -9779266 or 12502890. OLE color: 12502890.
HSL color Cylindrical-coordinate representation of color #6AC7BE: hue angle of 174.19º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6AC7BE is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 106 | 199 | 190 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.22 |
| HSL | 174.19º | 0.45% | 0.6% | - |
| HSV(B) | 174.19º | 0.47% | 0.78% | - |
| XYZ | 35.66 | 47.63 | 56.03 | - |
| YUV | 170.17 | 139.19 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 199 | 190 | 0.47 | 0 | 0.05 | 0.22 | 174.19 | 0.45 | 0.6 |
| Hex | 6A | C7 | BE | 2F | 0 | 5 | 16 | AE | 2D | 3C |
| Octal | 152 | 307 | 276 | 57 | 0 | 5 | 26 | 256 | 55 | 74 |
| Binary | 1101010 | 11000111 | 10111110 | 101111 | 0 | 101 | 10110 | 10101110 | 101101 | 111100 |
Color Harmonies of #6AC7BE
Complementary color
Monochromatic Colors of #6AC7BE
Black with #6AC7BE
Text Example
Text Example
White with #6AC7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC7BE; }
p { color: rgb(106,199,190); }
H1.HeaderClassName
{
color: #6AC7BE;
}
.AnyTagClassName
{
color: #6AC7BE;
}
</style>
background-color css
<style>
a { background-color: #6AC7BE; }
a { background-color: rgb(106,199,190); }
div.DivClassName
{
background-color: #6AC7BE;
}
.BgClassName
{
background-color: #6AC7BE;
}
</style>
border-color css
<style>
span { border-color: #6AC7BE; }
span { border-color: rgb(106,199,190); }
td.TdClassName
{
border-color: #6AC7BE;
}
.TagClassName
{
border-color: #6AC7BE;
}
</style>