#6DDAC5

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

Shades of Downy #6DDAC5

Tints of Downy #6DDAC5

Color information

#6DDAC5 (or 0x6DDAC5) is unknown color: approx Downy. HEX triplet: 6D, DA and C5. RGB value is (109,218,197). Sum of RGB (Red+Green+Blue) = 109+218+197=524 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.80% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDAC5 is #92253A. Grayscale: #B6B6B6. Windows color (decimal): -9577787 or 12966509. OLE color: 12966509.

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

Color convert

RGB109218197-
CMYK0.500.100.15
HSL168.44º59.56%64.12%-
HSV(B)168.44º50%85.49%-
XYZ41.4657.4361.72-
YUV183.02135.8975.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.80%
GREEN value IS 218 (85.55% from 255) = 41.60%
BLUE value IS 197 (77.34% from 255) = 37.60%
R=20.80%
G=41.60%
B=37.60%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092181970.500.100.15168.4459.5664.12
Hex6DDAC5320AFa83c40
Octal155332305620121725074100
Binary11011011101101011000101110010010101111101010001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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