Color Hex Logo

#6968aa Color Hex

#6968AA
(105,104,170)
0 Favorites   0 Comments

Color spaces of #6968aa

RGB 105104170
HSL0.670.280.54
HSV241°39°67°
CMYK 0.380.390.00   0.33
XYZ18.031715.806240.1307
Yxy15.80620.24380.2137
Hunter Lab39.757011.3835-32.0174
CIE-Lab46.719216.9589-35.2590

#6968aa color RGB value is (105,104,170).

#6968aa hex color red value is 105, green value is 104 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6968aa hue: 0.67 , saturation: 0.28 and the lightness value of 6968aa is 0.54.

The process color (four color CMYK) of #6968aa color hex is 0.38, 0.39, 0.00, 0.33. Web safe color of #6968aa is #666699. Color #6968aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101000 10101010
Octal 151 150 252
Decimal 105 104 170
Hex 69 68 AA

RGB Percentages of Color #6968aa

%27.70
%27.44
%44.85

CMYK Percentages of Color #6968aa

%38
%39
%0
%33

Triadic Colors of #6968aa

#6968aa #aa6968 #68aa69

Analogous Colors of #6968aa

#6968aa #8a68aa #6888aa

Monochromatic Colors of #6968aa

#6968aa

Complementary Color

#6968aa #a9aa68

#6968aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6968aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6968aa Color CSS Codes

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

#6968aa Text Font Color

<p style="color:#6968aa">Text here</p>

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


#6968aa Background Color

<div style="background-color:#6968aa">
Div content here</div>

This div background color is #6968aa


#6968aa Border Color

<div style="border:3px solid #6968aa">
Div here</div>

This div border color is #6968aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,104,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6968aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6968aa;
  -webkit-box-shadow: 1px 1px 3px 2px #6968aa;
  box-shadow:         1px 1px 3px 2px #6968aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6968aa


Comments

No comments written yet.

Please login to write comment.