Color Hex Logo

#6a7992 Color Hex

#6A7992
(106,121,146)
0 Favorites   0 Comments

Color spaces of #6a7992

RGB 106121146
HSL0.600.160.49
HSV218°27°57°
CMYK 0.270.170.00   0.43
XYZ17.969518.814229.8785
Yxy18.81420.26960.2822
Hunter Lab43.3753-1.9580-10.4784
CIE-Lab50.46910.4648-15.3640

#6a7992 color RGB value is (106,121,146).

#6a7992 hex color red value is 106, green value is 121 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #6a7992 hue: 0.60 , saturation: 0.16 and the lightness value of 6a7992 is 0.49.

The process color (four color CMYK) of #6a7992 color hex is 0.27, 0.17, 0.00, 0.43. Web safe color of #6a7992 is #666699. Color #6a7992 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01111001 10010010
Octal 152 171 222
Decimal 106 121 146
Hex 6A 79 92

RGB Percentages of Color #6a7992

%28.42
%32.44
%39.14

CMYK Percentages of Color #6a7992

%27
%17
%0
%43

Triadic Colors of #6a7992

#6a7992 #926a79 #79926a

Analogous Colors of #6a7992

#6a7992 #6f6a92 #6a8d92

Monochromatic Colors of #6a7992

#6a7992

Complementary Color

#6a7992 #92836a

#6a7992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a7992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a7992 Color CSS Codes

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

#6a7992 Text Font Color

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

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


#6a7992 Background Color

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

This div background color is #6a7992


#6a7992 Border Color

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

This div border color is #6a7992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a7992


Comments

No comments written yet.

Please login to write comment.