Color Hex Logo

#6956ac Color Hex

#6956AC
(105,86,172)
0 Favorites   0 Comments

Color spaces of #6956ac

RGB 10586172
HSL0.700.340.51
HSV253°50°67°
CMYK 0.390.500.00   0.33
XYZ16.599912.637440.5941
Yxy12.63740.23770.1810
Hunter Lab35.549121.1408-42.8198
CIE-Lab42.211728.5727-43.5803

#6956ac color RGB value is (105,86,172).

#6956ac hex color red value is 105, green value is 86 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6956ac hue: 0.70 , saturation: 0.34 and the lightness value of 6956ac is 0.51.

The process color (four color CMYK) of #6956ac color hex is 0.39, 0.50, 0.00, 0.33. Web safe color of #6956ac is #666699. Color #6956ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010110 10101100
Octal 151 126 254
Decimal 105 86 172
Hex 69 56 AC

RGB Percentages of Color #6956ac

%28.93
%23.69
%47.38

CMYK Percentages of Color #6956ac

%39
%50
%0
%33

Triadic Colors of #6956ac

#6956ac #ac6956 #56ac69

Analogous Colors of #6956ac

#6956ac #9456ac #566eac

Monochromatic Colors of #6956ac

#6956ac

Complementary Color

#6956ac #99ac56

#6956ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6956ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6956ac Color CSS Codes

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

#6956ac Text Font Color

<p style="color:#6956ac">Text here</p>

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


#6956ac Background Color

<div style="background-color:#6956ac">
Div content here</div>

This div background color is #6956ac


#6956ac Border Color

<div style="border:3px solid #6956ac">
Div here</div>

This div border color is #6956ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,86,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6956ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6956ac;
  -webkit-box-shadow: 1px 1px 3px 2px #6956ac;
  box-shadow:         1px 1px 3px 2px #6956ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6956ac


Comments

No comments written yet.

Please login to write comment.