Color Hex Logo

#6a637f Color Hex

#6A637F
(106,99,127)
0 Favorites   0 Comments

Color spaces of #6a637f

RGB 10699127
HSL0.710.120.44
HSV255°22°50°
CMYK 0.170.220.00   0.50
XYZ14.236513.520221.9380
Yxy13.52020.28650.2721
Hunter Lab36.76984.7642-9.6353
CIE-Lab43.53688.9127-14.5993

#6a637f color RGB value is (106,99,127).

#6a637f hex color red value is 106, green value is 99 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #6a637f hue: 0.71 , saturation: 0.12 and the lightness value of 6a637f is 0.44.

The process color (four color CMYK) of #6a637f color hex is 0.17, 0.22, 0.00, 0.50. Web safe color of #6a637f is #666666. Color #6a637f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01100011 01111111
Octal 152 143 177
Decimal 106 99 127
Hex 6A 63 7F

RGB Percentages of Color #6a637f

%31.93
%29.82
%38.25

CMYK Percentages of Color #6a637f

%17
%22
%0
%50

Triadic Colors of #6a637f

#6a637f #7f6a63 #637f6a

Analogous Colors of #6a637f

#6a637f #78637f #636a7f

Monochromatic Colors of #6a637f

#6a637f

Complementary Color

#6a637f #787f63

#6a637f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a637f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a637f Color CSS Codes

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

#6a637f Text Font Color

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

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


#6a637f Background Color

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

This div background color is #6a637f


#6a637f Border Color

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

This div border color is #6a637f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a637f


Comments

No comments written yet.

Please login to write comment.