Shades of Downy #69C8CC
Tints of Downy #69C8CC
RGB
CMYK
RGB Variations
Color information
#69C8CC (or 0x69C8CC) is known color: Downy. HEX triplet: 69, C8 and CC. RGB value is (105,200,204). Sum of RGB (Red+Green+Blue) = 105+200+204=509 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.63% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #69C8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C8CC is #963733. Grayscale: #ABABAB. Windows color (decimal): -9844532 or 13420649. OLE color: 13420649.
HSL color Cylindrical-coordinate representation of color #69C8CC: hue angle of 182.42º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69C8CC is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 200 | 204 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.2 |
| HSL | 182.42º | 0.49% | 0.61% | - |
| HSV(B) | 182.42º | 0.49% | 0.8% | - |
| XYZ | 37.38 | 48.67 | 64.55 | - |
| YUV | 172.05 | 146.03 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 200 | 204 | 0.49 | 0.02 | 0 | 0.2 | 182.42 | 0.49 | 0.61 |
| Hex | 69 | C8 | CC | 31 | 2 | 0 | 14 | B6 | 31 | 3D |
| Octal | 151 | 310 | 314 | 61 | 2 | 0 | 24 | 266 | 61 | 75 |
| Binary | 1101001 | 11001000 | 11001100 | 110001 | 10 | 0 | 10100 | 10110110 | 110001 | 111101 |
Color Harmonies of #69C8CC
Complementary color
Monochromatic Colors of #69C8CC
Black with #69C8CC
Text Example
Text Example
White with #69C8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C8CC; }
p { color: rgb(105,200,204); }
H1.HeaderClassName
{
color: #69C8CC;
}
.AnyTagClassName
{
color: #69C8CC;
}
</style>
background-color css
<style>
a { background-color: #69C8CC; }
a { background-color: rgb(105,200,204); }
div.DivClassName
{
background-color: #69C8CC;
}
.BgClassName
{
background-color: #69C8CC;
}
</style>
border-color css
<style>
span { border-color: #69C8CC; }
span { border-color: rgb(105,200,204); }
td.TdClassName
{
border-color: #69C8CC;
}
.TagClassName
{
border-color: #69C8CC;
}
</style>