Shades of Downy #69CFB5
Tints of Downy #69CFB5
RGB
CMYK
RGB Variations
Color information
#69CFB5 (or 0x69CFB5) is known color: Downy. HEX triplet: 69, CF and B5. RGB value is (105,207,181). Sum of RGB (Red+Green+Blue) = 105+207+181=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #69CFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CFB5 is #96304A. Grayscale: #ADADAD. Windows color (decimal): -9842763 or 11915113. OLE color: 11915113.
HSL color Cylindrical-coordinate representation of color #69CFB5: hue angle of 164.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CFB5 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 207 | 181 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.19 |
| HSL | 164.71º | 0.52% | 0.61% | - |
| HSV(B) | 164.71º | 0.49% | 0.81% | - |
| XYZ | 36.48 | 50.97 | 51.63 | - |
| YUV | 173.54 | 132.21 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 181 | 0.49 | 0 | 0.13 | 0.19 | 164.71 | 0.52 | 0.61 |
| Hex | 69 | CF | B5 | 31 | 0 | D | 13 | A5 | 34 | 3D |
| Octal | 151 | 317 | 265 | 61 | 0 | 15 | 23 | 245 | 64 | 75 |
| Binary | 1101001 | 11001111 | 10110101 | 110001 | 0 | 1101 | 10011 | 10100101 | 110100 | 111101 |
Color Harmonies of #69CFB5
Complementary color
Monochromatic Colors of #69CFB5
Black with #69CFB5
Text Example
Text Example
White with #69CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CFB5; }
p { color: rgb(105,207,181); }
H1.HeaderClassName
{
color: #69CFB5;
}
.AnyTagClassName
{
color: #69CFB5;
}
</style>
background-color css
<style>
a { background-color: #69CFB5; }
a { background-color: rgb(105,207,181); }
div.DivClassName
{
background-color: #69CFB5;
}
.BgClassName
{
background-color: #69CFB5;
}
</style>
border-color css
<style>
span { border-color: #69CFB5; }
span { border-color: rgb(105,207,181); }
td.TdClassName
{
border-color: #69CFB5;
}
.TagClassName
{
border-color: #69CFB5;
}
</style>