Shades of Downy #6AECCB
Tints of Downy #6AECCB
RGB
CMYK
RGB Variations
Color information
#6AECCB (or 0x6AECCB) is known color: Downy. HEX triplet: 6A, EC and CB. RGB value is (106,236,203). Sum of RGB (Red+Green+Blue) = 106+236+203=545 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.45% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AECCB is #951334. Grayscale: #C1C1C1. Windows color (decimal): -9769781 or 13364330. OLE color: 13364330.
HSL color Cylindrical-coordinate representation of color #6AECCB: hue angle of 164.77º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AECCB is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 236 | 203 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.07 |
| HSL | 164.77º | 0.77% | 0.67% | - |
| HSV(B) | 164.77º | 0.55% | 0.93% | - |
| XYZ | 46.72 | 67.37 | 67.04 | - |
| YUV | 193.37 | 133.43 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 236 | 203 | 0.55 | 0 | 0.14 | 0.07 | 164.77 | 0.77 | 0.67 |
| Hex | 6A | EC | CB | 37 | 0 | E | 7 | A5 | 4D | 43 |
| Octal | 152 | 354 | 313 | 67 | 0 | 16 | 7 | 245 | 115 | 103 |
| Binary | 1101010 | 11101100 | 11001011 | 110111 | 0 | 1110 | 111 | 10100101 | 1001101 | 1000011 |
Color Harmonies of #6AECCB
Complementary color
Monochromatic Colors of #6AECCB
Black with #6AECCB
Text Example
Text Example
White with #6AECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AECCB; }
p { color: rgb(106,236,203); }
H1.HeaderClassName
{
color: #6AECCB;
}
.AnyTagClassName
{
color: #6AECCB;
}
</style>
background-color css
<style>
a { background-color: #6AECCB; }
a { background-color: rgb(106,236,203); }
div.DivClassName
{
background-color: #6AECCB;
}
.BgClassName
{
background-color: #6AECCB;
}
</style>
border-color css
<style>
span { border-color: #6AECCB; }
span { border-color: rgb(106,236,203); }
td.TdClassName
{
border-color: #6AECCB;
}
.TagClassName
{
border-color: #6AECCB;
}
</style>