Color Hex Logo

#6a7887 Color Hex

#6A7887
(106,120,135)
0 Favorites   0 Comments

Color spaces of #6a7887

RGB 106120135
HSL0.590.120.47
HSV211°21°53°
CMYK 0.210.110.00   0.47
XYZ17.033518.246425.5458
Yxy18.24640.28000.3000
Hunter Lab42.7158-3.5734-5.5568
CIE-Lab49.7936-1.6953-9.9158

#6a7887 color RGB value is (106,120,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 01111000 10000111
Octal 152 170 207
Decimal 106 120 135
Hex 6A 78 87

RGB Percentages of Color #6a7887

%29.36
%33.24
%37.40

CMYK Percentages of Color #6a7887

%21
%11
%0
%47

Triadic Colors of #6a7887

#6a7887 #876a78 #78876a

Analogous Colors of #6a7887

#6a7887 #6b6a87 #6a8787

Monochromatic Colors of #6a7887

#6a7887

Complementary Color

#6a7887 #87796a

#6a7887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a7887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a7887 Color CSS Codes

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

#6a7887 Text Font Color

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

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


#6a7887 Background Color

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

This div background color is #6a7887


#6a7887 Border Color

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

This div border color is #6a7887


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,120,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 #6a7887">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a7887


Comments

No comments written yet.

Please login to write comment.