Shades of Downy #6AF0BE
Tints of Downy #6AF0BE
RGB
CMYK
RGB Variations
Color information
#6AF0BE (or 0x6AF0BE) is known color: Downy. HEX triplet: 6A, F0 and BE. RGB value is (106,240,190). Sum of RGB (Red+Green+Blue) = 106+240+190=536 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.78% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF0BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF0BE is #950F41. Grayscale: #C2C2C2. Windows color (decimal): -9768770 or 12513386. OLE color: 12513386.
HSL color Cylindrical-coordinate representation of color #6AF0BE: hue angle of 157.61º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF0BE is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 240 | 190 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.06 |
| HSL | 157.61º | 0.82% | 0.68% | - |
| HSV(B) | 157.61º | 0.56% | 0.94% | - |
| XYZ | 46.4 | 69.1 | 59.61 | - |
| YUV | 194.23 | 125.61 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 240 | 190 | 0.56 | 0 | 0.21 | 0.06 | 157.61 | 0.82 | 0.68 |
| Hex | 6A | F0 | BE | 38 | 0 | 15 | 6 | 9E | 52 | 44 |
| Octal | 152 | 360 | 276 | 70 | 0 | 25 | 6 | 236 | 122 | 104 |
| Binary | 1101010 | 11110000 | 10111110 | 111000 | 0 | 10101 | 110 | 10011110 | 1010010 | 1000100 |
Color Harmonies of #6AF0BE
Complementary color
Monochromatic Colors of #6AF0BE
Black with #6AF0BE
Text Example
Text Example
White with #6AF0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF0BE; }
p { color: rgb(106,240,190); }
H1.HeaderClassName
{
color: #6AF0BE;
}
.AnyTagClassName
{
color: #6AF0BE;
}
</style>
background-color css
<style>
a { background-color: #6AF0BE; }
a { background-color: rgb(106,240,190); }
div.DivClassName
{
background-color: #6AF0BE;
}
.BgClassName
{
background-color: #6AF0BE;
}
</style>
border-color css
<style>
span { border-color: #6AF0BE; }
span { border-color: rgb(106,240,190); }
td.TdClassName
{
border-color: #6AF0BE;
}
.TagClassName
{
border-color: #6AF0BE;
}
</style>