Shades of Downy #69C2C2
Tints of Downy #69C2C2
RGB
CMYK
RGB Variations
Color information
#69C2C2 (or 0x69C2C2) is known color: Downy. HEX triplet: 69, C2 and C2. RGB value is (105,194,194). Sum of RGB (Red+Green+Blue) = 105+194+194=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 194 - color contains mainly: green, blue. Hex color #69C2C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C2C2 is #963D3D. Grayscale: #A7A7A7. Windows color (decimal): -9846078 or 12763753. OLE color: 12763753.
HSL color Cylindrical-coordinate representation of color #69C2C2: hue angle of 180º degrees, saturation: 0.42, 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 #69C2C2 is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 194 | 194 | - |
| CMYK | 0.46 | 0 | 0 | 0.24 |
| HSL | 180º | 0.42% | 0.59% | - |
| HSV(B) | 180º | 0.46% | 0.76% | - |
| XYZ | 34.86 | 45.48 | 57.98 | - |
| YUV | 167.39 | 143.01 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 194 | 0.46 | 0 | 0 | 0.24 | 180 | 0.42 | 0.59 |
| Hex | 69 | C2 | C2 | 2E | 0 | 0 | 18 | B4 | 2A | 3B |
| Octal | 151 | 302 | 302 | 56 | 0 | 0 | 30 | 264 | 52 | 73 |
| Binary | 1101001 | 11000010 | 11000010 | 101110 | 0 | 0 | 11000 | 10110100 | 101010 | 111011 |
Color Harmonies of #69C2C2
Complementary color
Monochromatic Colors of #69C2C2
Black with #69C2C2
Text Example
Text Example
White with #69C2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C2C2; }
p { color: rgb(105,194,194); }
H1.HeaderClassName
{
color: #69C2C2;
}
.AnyTagClassName
{
color: #69C2C2;
}
</style>
background-color css
<style>
a { background-color: #69C2C2; }
a { background-color: rgb(105,194,194); }
div.DivClassName
{
background-color: #69C2C2;
}
.BgClassName
{
background-color: #69C2C2;
}
</style>
border-color css
<style>
span { border-color: #69C2C2; }
span { border-color: rgb(105,194,194); }
td.TdClassName
{
border-color: #69C2C2;
}
.TagClassName
{
border-color: #69C2C2;
}
</style>