Color Hex Logo

#6a6887 Color Hex

#6A6887
(106,104,135)
0 Favorites   0 Comments

Color spaces of #6a6887

RGB 106104135
HSL0.680.130.47
HSV244°23°53°
CMYK 0.210.230.00   0.47
XYZ15.267314.714124.9571
Yxy14.71410.27790.2678
Hunter Lab38.35903.9168-11.7240
CIE-Lab45.24017.8310-16.8117

#6a6887 color RGB value is (106,104,135).

#6a6887 hex color red value is 106, green value is 104 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #6a6887 hue: 0.68 , saturation: 0.13 and the lightness value of 6a6887 is 0.47.

The process color (four color CMYK) of #6a6887 color hex is 0.21, 0.23, 0.00, 0.47. Web safe color of #6a6887 is #666699. Color #6a6887 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01101000 10000111
Octal 152 150 207
Decimal 106 104 135
Hex 6A 68 87

RGB Percentages of Color #6a6887

%30.72
%30.14
%39.13

CMYK Percentages of Color #6a6887

%21
%23
%0
%47

Triadic Colors of #6a6887

#6a6887 #876a68 #68876a

Analogous Colors of #6a6887

#6a6887 #7a6887 #687687

Monochromatic Colors of #6a6887

#6a6887

Complementary Color

#6a6887 #858768

#6a6887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a6887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a6887 Color CSS Codes

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

#6a6887 Text Font Color

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

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


#6a6887 Background Color

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

This div background color is #6a6887


#6a6887 Border Color

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

This div border color is #6a6887


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,104,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a6887; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a6887;
  -webkit-box-shadow: 1px 1px 3px 2px #6a6887;
  box-shadow:         1px 1px 3px 2px #6a6887; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a6887


Comments

No comments written yet.

Please login to write comment.