Shades of Downy #69CFB8
Tints of Downy #69CFB8
RGB
CMYK
RGB Variations
Color information
#69CFB8 (or 0x69CFB8) is known color: Downy. HEX triplet: 69, CF and B8. RGB value is (105,207,184). Sum of RGB (Red+Green+Blue) = 105+207+184=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #69CFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CFB8 is #963047. Grayscale: #ADADAD. Windows color (decimal): -9842760 or 12111721. OLE color: 12111721.
HSL color Cylindrical-coordinate representation of color #69CFB8: hue angle of 166.47º 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 #69CFB8 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 207 | 184 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.19 |
| HSL | 166.47º | 0.52% | 0.61% | - |
| HSV(B) | 166.47º | 0.49% | 0.81% | - |
| XYZ | 36.79 | 51.09 | 53.27 | - |
| YUV | 173.88 | 133.71 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 184 | 0.49 | 0 | 0.11 | 0.19 | 166.47 | 0.52 | 0.61 |
| Hex | 69 | CF | B8 | 31 | 0 | B | 13 | A6 | 34 | 3D |
| Octal | 151 | 317 | 270 | 61 | 0 | 13 | 23 | 246 | 64 | 75 |
| Binary | 1101001 | 11001111 | 10111000 | 110001 | 0 | 1011 | 10011 | 10100110 | 110100 | 111101 |
Color Harmonies of #69CFB8
Complementary color
Monochromatic Colors of #69CFB8
Black with #69CFB8
Text Example
Text Example
White with #69CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CFB8; }
p { color: rgb(105,207,184); }
H1.HeaderClassName
{
color: #69CFB8;
}
.AnyTagClassName
{
color: #69CFB8;
}
</style>
background-color css
<style>
a { background-color: #69CFB8; }
a { background-color: rgb(105,207,184); }
div.DivClassName
{
background-color: #69CFB8;
}
.BgClassName
{
background-color: #69CFB8;
}
</style>
border-color css
<style>
span { border-color: #69CFB8; }
span { border-color: rgb(105,207,184); }
td.TdClassName
{
border-color: #69CFB8;
}
.TagClassName
{
border-color: #69CFB8;
}
</style>