#6DDAC2

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

Shades of Downy #6DDAC2

Tints of Downy #6DDAC2

Color information

#6DDAC2 (or 0x6DDAC2) is unknown color: approx Downy. HEX triplet: 6D, DA and C2. RGB value is (109,218,194). Sum of RGB (Red+Green+Blue) = 109+218+194=521 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.92% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDAC2 is #92253D. Grayscale: #B6B6B6. Windows color (decimal): -9577790 or 12769901. OLE color: 12769901.

HSL color Cylindrical-coordinate representation of color #6DDAC2: hue angle of 166.79º 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 #6DDAC2 is Cyan = 0.5, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB109218194-
CMYK0.500.110.15
HSL166.79º59.56%64.12%-
HSV(B)166.79º50%85.49%-
XYZ41.1257.2959.93-
YUV182.67134.3975.45-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.92%
GREEN value IS 218 (85.55% from 255) = 41.84%
BLUE value IS 194 (76.17% from 255) = 37.24%
R=20.92%
G=41.84%
B=37.24%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092181940.500.110.15166.7959.5664.12
Hex6DDAC2320BFa73c40
Octal155332302620131724774100
Binary11011011101101011000010110010010111111101001111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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