Color Hex Logo

#6956af Color Hex

#6956AF
(105,86,175)
0 Favorites   0 Comments

Color spaces of #6956af

RGB 10586175
HSL0.700.360.51
HSV253°51°69°
CMYK 0.400.510.00   0.31
XYZ16.891412.754042.1289
Yxy12.75400.23530.1777
Hunter Lab35.712721.9296-44.9431
CIE-Lab42.390229.4298-45.0643

#6956af color RGB value is (105,86,175).

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

The process color (four color CMYK) of #6956af color hex is 0.40, 0.51, 0.00, 0.31. Web safe color of #6956af is #666699. Color #6956af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010110 10101111
Octal 151 126 257
Decimal 105 86 175
Hex 69 56 AF

RGB Percentages of Color #6956af

%28.69
%23.50
%47.81

CMYK Percentages of Color #6956af

%40
%51
%0
%31

Triadic Colors of #6956af

#6956af #af6956 #56af69

Analogous Colors of #6956af

#6956af #9656af #5670af

Monochromatic Colors of #6956af

#6956af

Complementary Color

#6956af #9caf56

#6956af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6956af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6956af Color CSS Codes

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

#6956af Text Font Color

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

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


#6956af Background Color

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

This div background color is #6956af


#6956af Border Color

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

This div border color is #6956af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6956af


Comments

No comments written yet.

Please login to write comment.