Color Hex Logo

#6dacf6 Color Hex

#6DACF6
(109,172,246)
0 Favorites   0 Comments

Color spaces of #6dacf6

RGB 109172246
HSL0.590.880.70
HSV212°56°96°
CMYK 0.560.300.00   0.04
XYZ37.693839.410192.8090
Yxy39.41010.22180.2319
Hunter Lab62.7775-2.6829-43.7090
CIE-Lab69.04730.7672-42.9966

#6dacf6 color RGB value is (109,172,246).

#6dacf6 hex color red value is 109, green value is 172 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #6dacf6 hue: 0.59 , saturation: 0.88 and the lightness value of 6dacf6 is 0.70.

The process color (four color CMYK) of #6dacf6 color hex is 0.56, 0.30, 0.00, 0.04. Web safe color of #6dacf6 is #6699ff. Color #6dacf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101100 11110110
Octal 155 254 366
Decimal 109 172 246
Hex 6D AC F6

RGB Percentages of Color #6dacf6

%20.68
%32.64
%46.68

CMYK Percentages of Color #6dacf6

%56
%30
%0
%4

Triadic Colors of #6dacf6

#6dacf6 #f66dac #acf66d

Analogous Colors of #6dacf6

#6dacf6 #736df6 #6df1f6

Monochromatic Colors of #6dacf6

#6dacf6

Complementary Color

#6dacf6 #f6b76d

#6dacf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dacf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dacf6 Color CSS Codes

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

#6dacf6 Text Font Color

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

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


#6dacf6 Background Color

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

This div background color is #6dacf6


#6dacf6 Border Color

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

This div border color is #6dacf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dacf6


Comments

No comments written yet.

Please login to write comment.