Color Hex Logo

#6dc0dc Color Hex

#6DC0DC
(109,192,220)
0 Favorites   0 Comments

Color spaces of #6dc0dc

RGB 109192220
HSL0.540.610.65
HSV195°50°86°
CMYK 0.500.130.00   0.14
XYZ38.074646.117874.6050
Yxy46.11780.23980.2904
Hunter Lab67.9101-18.7645-17.5980
CIE-Lab73.6219-17.7180-21.7985

#6dc0dc color RGB value is (109,192,220).

#6dc0dc hex color red value is 109, green value is 192 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6dc0dc hue: 0.54 , saturation: 0.61 and the lightness value of 6dc0dc is 0.65.

The process color (four color CMYK) of #6dc0dc color hex is 0.50, 0.13, 0.00, 0.14. Web safe color of #6dc0dc is #66cccc. Color #6dc0dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11000000 11011100
Octal 155 300 334
Decimal 109 192 220
Hex 6D C0 DC

RGB Percentages of Color #6dc0dc

%20.92
%36.85
%42.23

CMYK Percentages of Color #6dc0dc

%50
%13
%0
%14

Triadic Colors of #6dc0dc

#6dc0dc #dc6dc0 #c0dc6d

Analogous Colors of #6dc0dc

#6dc0dc #6d89dc #6ddcc1

Monochromatic Colors of #6dc0dc

#6dc0dc

Complementary Color

#6dc0dc #dc896d

#6dc0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dc0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dc0dc Color CSS Codes

.mybgcolor {background-color:#6dc0dc; } 
.myforecolor {color:#6dc0dc; }
.mybordercolor {border:3px solid #6dc0dc; }

#6dc0dc Text Font Color

<p style="color:#6dc0dc">Text here</p>

This sample text font color is #6dc0dc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6dc0dc Background Color

<div style="background-color:#6dc0dc">
Div content here</div>

This div background color is #6dc0dc


#6dc0dc Border Color

<div style="border:3px solid #6dc0dc">
Div here</div>

This div border color is #6dc0dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,192,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6dc0dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6dc0dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6dc0dc;
  box-shadow:         1px 1px 3px 2px #6dc0dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,192,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6dc0dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6dc0dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6dc0dc;
  box-shadow:         1px 1px 3px 2px #6dc0dc;">
Div content here</div>

This div box has shadow with color #6dc0dc


Comments

No comments written yet.

Please login to write comment.