Shades of Downy #69CECC
Tints of Downy #69CECC
RGB
CMYK
RGB Variations
Color information
#69CECC (or 0x69CECC) is known color: Downy. HEX triplet: 69, CE and CC. RGB value is (105,206,204). Sum of RGB (Red+Green+Blue) = 105+206+204=515 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.39% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #69CECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CECC is #963133. Grayscale: #AFAFAF. Windows color (decimal): -9842996 or 13422185. OLE color: 13422185.
HSL color Cylindrical-coordinate representation of color #69CECC: hue angle of 178.81º degrees, saturation: 0.51, 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 #69CECC is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 206 | 204 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.19 |
| HSL | 178.81º | 0.51% | 0.61% | - |
| HSV(B) | 178.81º | 0.49% | 0.81% | - |
| XYZ | 38.8 | 51.51 | 65.02 | - |
| YUV | 175.57 | 144.04 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 206 | 204 | 0.49 | 0 | 0.01 | 0.19 | 178.81 | 0.51 | 0.61 |
| Hex | 69 | CE | CC | 31 | 0 | 1 | 13 | B3 | 33 | 3D |
| Octal | 151 | 316 | 314 | 61 | 0 | 1 | 23 | 263 | 63 | 75 |
| Binary | 1101001 | 11001110 | 11001100 | 110001 | 0 | 1 | 10011 | 10110011 | 110011 | 111101 |
Color Harmonies of #69CECC
Complementary color
Monochromatic Colors of #69CECC
Black with #69CECC
Text Example
Text Example
White with #69CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CECC; }
p { color: rgb(105,206,204); }
H1.HeaderClassName
{
color: #69CECC;
}
.AnyTagClassName
{
color: #69CECC;
}
</style>
background-color css
<style>
a { background-color: #69CECC; }
a { background-color: rgb(105,206,204); }
div.DivClassName
{
background-color: #69CECC;
}
.BgClassName
{
background-color: #69CECC;
}
</style>
border-color css
<style>
span { border-color: #69CECC; }
span { border-color: rgb(105,206,204); }
td.TdClassName
{
border-color: #69CECC;
}
.TagClassName
{
border-color: #69CECC;
}
</style>