Shades of Downy #69EEC6
Tints of Downy #69EEC6
RGB
CMYK
RGB Variations
Color information
#69EEC6 (or 0x69EEC6) is known color: Downy. HEX triplet: 69, EE and C6. RGB value is (105,238,198). Sum of RGB (Red+Green+Blue) = 105+238+198=541 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.41% from 541); Green value is 238 (93.36% from 255 or 43.99% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 238 - color contains mainly: green. Hex color #69EEC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69EEC6 is #961139. Grayscale: #C1C1C1. Windows color (decimal): -9834810 or 13037161. OLE color: 13037161.
HSL color Cylindrical-coordinate representation of color #69EEC6: hue angle of 161.95º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EEC6 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 238 | 198 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.07 |
| HSL | 161.95º | 0.8% | 0.67% | - |
| HSV(B) | 161.95º | 0.56% | 0.93% | - |
| XYZ | 46.59 | 68.23 | 64.14 | - |
| YUV | 193.67 | 130.44 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 238 | 198 | 0.56 | 0 | 0.17 | 0.07 | 161.95 | 0.8 | 0.67 |
| Hex | 69 | EE | C6 | 38 | 0 | 11 | 7 | A2 | 50 | 43 |
| Octal | 151 | 356 | 306 | 70 | 0 | 21 | 7 | 242 | 120 | 103 |
| Binary | 1101001 | 11101110 | 11000110 | 111000 | 0 | 10001 | 111 | 10100010 | 1010000 | 1000011 |
Color Harmonies of #69EEC6
Complementary color
Monochromatic Colors of #69EEC6
Black with #69EEC6
Text Example
Text Example
White with #69EEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EEC6; }
p { color: rgb(105,238,198); }
H1.HeaderClassName
{
color: #69EEC6;
}
.AnyTagClassName
{
color: #69EEC6;
}
</style>
background-color css
<style>
a { background-color: #69EEC6; }
a { background-color: rgb(105,238,198); }
div.DivClassName
{
background-color: #69EEC6;
}
.BgClassName
{
background-color: #69EEC6;
}
</style>
border-color css
<style>
span { border-color: #69EEC6; }
span { border-color: rgb(105,238,198); }
td.TdClassName
{
border-color: #69EEC6;
}
.TagClassName
{
border-color: #69EEC6;
}
</style>