Color Hex Logo

#69738e Color Hex

#69738E
(105,115,142)
0 Favorites   0 Comments

Color spaces of #69738e

RGB 105115142
HSL0.620.150.48
HSV224°26°56°
CMYK 0.260.190.00   0.44
XYZ16.838917.217728.0270
Yxy17.21770.27120.2773
Hunter Lab41.4942-0.1772-11.0011
CIE-Lab48.53322.6600-15.9598

#69738e color RGB value is (105,115,142).

#69738e hex color red value is 105, green value is 115 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #69738e hue: 0.62 , saturation: 0.15 and the lightness value of 69738e is 0.48.

The process color (four color CMYK) of #69738e color hex is 0.26, 0.19, 0.00, 0.44. Web safe color of #69738e is #666699. Color #69738e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110011 10001110
Octal 151 163 216
Decimal 105 115 142
Hex 69 73 8E

RGB Percentages of Color #69738e

%29.01
%31.77
%39.23

CMYK Percentages of Color #69738e

%26
%19
%0
%44

Triadic Colors of #69738e

#69738e #8e6973 #738e69

Analogous Colors of #69738e

#69738e #72698e #69868e

Monochromatic Colors of #69738e

#69738e

Complementary Color

#69738e #8e8469

#69738e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69738e Color Preview on White Background

Lorem ipsum dolor sit amet.

#69738e Color CSS Codes

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

#69738e Text Font Color

<p style="color:#69738e">Text here</p>

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


#69738e Background Color

<div style="background-color:#69738e">
Div content here</div>

This div background color is #69738e


#69738e Border Color

<div style="border:3px solid #69738e">
Div here</div>

This div border color is #69738e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,115,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69738e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69738e;
  -webkit-box-shadow: 1px 1px 3px 2px #69738e;
  box-shadow:         1px 1px 3px 2px #69738e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69738e


Comments

No comments written yet.

Please login to write comment.