#69DDC6

Color #69DDC6 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #69DDC6

Tints of Downy #69DDC6

Color information

#69DDC6 (or 0x69DDC6) is unknown color: approx Downy. HEX triplet: 69, DD and C6. RGB value is (105,221,198). Sum of RGB (Red+Green+Blue) = 105+221+198=524 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.04% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #69DDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DDC6 is #962239. Grayscale: #B7B7B7. Windows color (decimal): -9839162 or 13032809. OLE color: 13032809.

HSL color Cylindrical-coordinate representation of color #69DDC6: hue angle of 168.1º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DDC6 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB105221198-
CMYK0.5200.100.13
HSL168.1º63.04%63.92%-
HSV(B)168.1º52.49%86.67%-
XYZ41.8858.7962.57-
YUV183.69136.0771.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 20.04%
GREEN value IS 221 (86.72% from 255) = 42.18%
BLUE value IS 198 (77.73% from 255) = 37.79%
R=20.04%
G=42.18%
B=37.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052211980.5200.100.13168.163.0463.92
Hex69DDC6340ADa83f40
Octal151335306640121525077100
Binary11010011101110111000110110100010101101101010001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69DDC6; }

 p { color: rgb(105,221,198); }

 H1.HeaderClassName
 {
   color: #69DDC6;
 }
 .AnyTagClassName
 {
   color: #69DDC6;
 }
</style>
background-color css

<style>
 a { background-color: #69DDC6; }

 a { background-color: rgb(105,221,198); }

 div.DivClassName
 {
   background-color: #69DDC6;
 }
 .BgClassName
 {
   background-color: #69DDC6;
 }
</style>
border-color css

<style>
 span { border-color: #69DDC6; }

 span { border-color: rgb(105,221,198); }

 td.TdClassName
 {
   border-color: #69DDC6;
 }
 .TagClassName
 {
   border-color: #69DDC6;
 }
</style>