Color Hex Logo

#6da0cd Color Hex

#6DA0CD
(109,160,205)
0 Favorites   0 Comments

Color spaces of #6da0cd

RGB 109160205
HSL0.580.490.62
HSV208°47°80°
CMYK 0.470.220.00   0.20
XYZ29.896932.800662.5130
Yxy32.80060.23880.2620
Hunter Lab57.2718-7.0455-24.6256
CIE-Lab63.9991-4.7818-28.2969

#6da0cd color RGB value is (109,160,205).

#6da0cd hex color red value is 109, green value is 160 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6da0cd hue: 0.58 , saturation: 0.49 and the lightness value of 6da0cd is 0.62.

The process color (four color CMYK) of #6da0cd color hex is 0.47, 0.22, 0.00, 0.20. Web safe color of #6da0cd is #6699cc. Color #6da0cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10100000 11001101
Octal 155 240 315
Decimal 109 160 205
Hex 6D A0 CD

RGB Percentages of Color #6da0cd

%23.00
%33.76
%43.25

CMYK Percentages of Color #6da0cd

%47
%22
%0
%20

Triadic Colors of #6da0cd

#6da0cd #cd6da0 #a0cd6d

Analogous Colors of #6da0cd

#6da0cd #6d70cd #6dcdca

Monochromatic Colors of #6da0cd

#6da0cd

Complementary Color

#6da0cd #cd9a6d

#6da0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6da0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6da0cd Color CSS Codes

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

#6da0cd Text Font Color

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

This sample text font color is #6da0cd
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.


#6da0cd Background Color

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

This div background color is #6da0cd


#6da0cd Border Color

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

This div border color is #6da0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6da0cd


Comments

No comments written yet.

Please login to write comment.