Color Hex Logo

#6dacc3 Color Hex

#6DACC3
(109,172,195)
0 Favorites   0 Comments

Color spaces of #6dacc3

RGB 109172195
HSL0.540.420.60
HSV196°44°76°
CMYK 0.440.120.00   0.24
XYZ30.909536.696457.0838
Yxy36.69640.24790.2943
Hunter Lab60.5776-14.9317-13.4662
CIE-Lab67.0486-14.1297-18.0805

#6dacc3 color RGB value is (109,172,195).

#6dacc3 hex color red value is 109, green value is 172 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #6dacc3 hue: 0.54 , saturation: 0.42 and the lightness value of 6dacc3 is 0.60.

The process color (four color CMYK) of #6dacc3 color hex is 0.44, 0.12, 0.00, 0.24. Web safe color of #6dacc3 is #6699cc. Color #6dacc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101100 11000011
Octal 155 254 303
Decimal 109 172 195
Hex 6D AC C3

RGB Percentages of Color #6dacc3

%22.90
%36.13
%40.97

CMYK Percentages of Color #6dacc3

%44
%12
%0
%24

Triadic Colors of #6dacc3

#6dacc3 #c36dac #acc36d

Analogous Colors of #6dacc3

#6dacc3 #6d81c3 #6dc3af

Monochromatic Colors of #6dacc3

#6dacc3

Complementary Color

#6dacc3 #c3846d

#6dacc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dacc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dacc3 Color CSS Codes

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

#6dacc3 Text Font Color

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

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


#6dacc3 Background Color

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

This div background color is #6dacc3


#6dacc3 Border Color

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

This div border color is #6dacc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dacc3


Comments

No comments written yet.

Please login to write comment.