Shades of Downy #6BE4D3
Tints of Downy #6BE4D3
RGB
CMYK
RGB Variations
Color information
#6BE4D3 (or 0x6BE4D3) is known color: Downy. HEX triplet: 6B, E4 and D3. RGB value is (107,228,211). Sum of RGB (Red+Green+Blue) = 107+228+211=546 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.60% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 228 - color contains mainly: green. Hex color #6BE4D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE4D3 is #941B2C. Grayscale: #BDBDBD. Windows color (decimal): -9706285 or 13886571. OLE color: 13886571.
HSL color Cylindrical-coordinate representation of color #6BE4D3: hue angle of 171.57º 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 #6BE4D3 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 107 | 228 | 211 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.11 |
| HSL | 171.57º | 0.69% | 0.66% | - |
| HSV(B) | 171.57º | 0.53% | 0.89% | - |
| XYZ | 45.56 | 63.32 | 71.45 | - |
| YUV | 189.88 | 139.91 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 228 | 211 | 0.53 | 0 | 0.07 | 0.11 | 171.57 | 0.69 | 0.66 |
| Hex | 6B | E4 | D3 | 35 | 0 | 7 | B | AC | 45 | 42 |
| Octal | 153 | 344 | 323 | 65 | 0 | 7 | 13 | 254 | 105 | 102 |
| Binary | 1101011 | 11100100 | 11010011 | 110101 | 0 | 111 | 1011 | 10101100 | 1000101 | 1000010 |
Color Harmonies of #6BE4D3
Complementary color
Monochromatic Colors of #6BE4D3
Black with #6BE4D3
Text Example
Text Example
White with #6BE4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE4D3; }
p { color: rgb(107,228,211); }
H1.HeaderClassName
{
color: #6BE4D3;
}
.AnyTagClassName
{
color: #6BE4D3;
}
</style>
background-color css
<style>
a { background-color: #6BE4D3; }
a { background-color: rgb(107,228,211); }
div.DivClassName
{
background-color: #6BE4D3;
}
.BgClassName
{
background-color: #6BE4D3;
}
</style>
border-color css
<style>
span { border-color: #6BE4D3; }
span { border-color: rgb(107,228,211); }
td.TdClassName
{
border-color: #6BE4D3;
}
.TagClassName
{
border-color: #6BE4D3;
}
</style>