Shades of Downy #6AC3C2
Tints of Downy #6AC3C2
RGB
CMYK
RGB Variations
Color information
#6AC3C2 (or 0x6AC3C2) is known color: Downy. HEX triplet: 6A, C3 and C2. RGB value is (106,195,194). Sum of RGB (Red+Green+Blue) = 106+195+194=495 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.41% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC3C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC3C2 is #953C3D. Grayscale: #A8A8A8. Windows color (decimal): -9780286 or 12764010. OLE color: 12764010.
HSL color Cylindrical-coordinate representation of color #6AC3C2: hue angle of 179.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6AC3C2 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 195 | 194 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.24 |
| HSL | 179.33º | 0.43% | 0.59% | - |
| HSV(B) | 179.33º | 0.46% | 0.76% | - |
| XYZ | 35.2 | 45.99 | 58.06 | - |
| YUV | 168.28 | 142.51 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 195 | 194 | 0.46 | 0 | 0.01 | 0.24 | 179.33 | 0.43 | 0.59 |
| Hex | 6A | C3 | C2 | 2E | 0 | 1 | 18 | B3 | 2B | 3B |
| Octal | 152 | 303 | 302 | 56 | 0 | 1 | 30 | 263 | 53 | 73 |
| Binary | 1101010 | 11000011 | 11000010 | 101110 | 0 | 1 | 11000 | 10110011 | 101011 | 111011 |
Color Harmonies of #6AC3C2
Complementary color
Monochromatic Colors of #6AC3C2
Black with #6AC3C2
Text Example
Text Example
White with #6AC3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC3C2; }
p { color: rgb(106,195,194); }
H1.HeaderClassName
{
color: #6AC3C2;
}
.AnyTagClassName
{
color: #6AC3C2;
}
</style>
background-color css
<style>
a { background-color: #6AC3C2; }
a { background-color: rgb(106,195,194); }
div.DivClassName
{
background-color: #6AC3C2;
}
.BgClassName
{
background-color: #6AC3C2;
}
</style>
border-color css
<style>
span { border-color: #6AC3C2; }
span { border-color: rgb(106,195,194); }
td.TdClassName
{
border-color: #6AC3C2;
}
.TagClassName
{
border-color: #6AC3C2;
}
</style>