#6DDAC8

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

Shades of Downy #6DDAC8

Tints of Downy #6DDAC8

Color information

#6DDAC8 (or 0x6DDAC8) is unknown color: approx Downy. HEX triplet: 6D, DA and C8. RGB value is (109,218,200). Sum of RGB (Red+Green+Blue) = 109+218+200=527 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.68% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDAC8 is #922537. Grayscale: #B7B7B7. Windows color (decimal): -9577784 or 13163117. OLE color: 13163117.

HSL color Cylindrical-coordinate representation of color #6DDAC8: hue angle of 170.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDAC8 is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB109218200-
CMYK0.500.080.15
HSL170.09º59.56%64.12%-
HSV(B)170.09º50%85.49%-
XYZ41.857.5663.55-
YUV183.36137.3974.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.68%
GREEN value IS 218 (85.55% from 255) = 41.37%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=20.68%
G=41.37%
B=37.95%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092182000.500.080.15170.0959.5664.12
Hex6DDAC83208Faa3c40
Octal155332310620101725274100
Binary11011011101101011001000110010010001111101010101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DDAC8; }

 p { color: rgb(109,218,200); }

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

<style>
 a { background-color: #6DDAC8; }

 a { background-color: rgb(109,218,200); }

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

<style>
 span { border-color: #6DDAC8; }

 span { border-color: rgb(109,218,200); }

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