#6DDAC0

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

Shades of Downy #6DDAC0

Tints of Downy #6DDAC0

Color information

#6DDAC0 (or 0x6DDAC0) is unknown color: approx Downy. HEX triplet: 6D, DA and C0. RGB value is (109,218,192). Sum of RGB (Red+Green+Blue) = 109+218+192=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDAC0 is #92253F. Grayscale: #B6B6B6. Windows color (decimal): -9577792 or 12638829. OLE color: 12638829.

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

Color convert

RGB109218192-
CMYK0.500.120.15
HSL165.69º59.56%64.12%-
HSV(B)165.69º50%85.49%-
XYZ40.8957.258.75-
YUV182.44133.3975.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.00%
GREEN value IS 218 (85.55% from 255) = 42.00%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=21.00%
G=42.00%
B=36.99%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092181920.500.120.15165.6959.5664.12
Hex6DDAC0320CFa63c40
Octal155332300620141724674100
Binary11011011101101011000000110010011001111101001101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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