Color Hex Logo

#69739d Color Hex

#69739D
(105,115,157)
0 Favorites   0 Comments

Color spaces of #69739d

RGB 105115157
HSL0.630.210.51
HSV228°33°62°
CMYK 0.330.270.00   0.38
XYZ18.042217.699034.3636
Yxy17.69900.25740.2525
Hunter Lab42.07022.9286-18.9799
CIE-Lab49.12906.6277-23.8770

#69739d color RGB value is (105,115,157).

#69739d hex color red value is 105, green value is 115 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #69739d hue: 0.63 , saturation: 0.21 and the lightness value of 69739d is 0.51.

The process color (four color CMYK) of #69739d color hex is 0.33, 0.27, 0.00, 0.38. Web safe color of #69739d is #666699. Color #69739d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110011 10011101
Octal 151 163 235
Decimal 105 115 157
Hex 69 73 9D

RGB Percentages of Color #69739d

%27.85
%30.50
%41.64

CMYK Percentages of Color #69739d

%33
%27
%0
%38

Triadic Colors of #69739d

#69739d #9d6973 #739d69

Analogous Colors of #69739d

#69739d #79699d #698d9d

Monochromatic Colors of #69739d

#69739d

Complementary Color

#69739d #9d9369

#69739d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69739d Color Preview on White Background

Lorem ipsum dolor sit amet.

#69739d Color CSS Codes

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

#69739d Text Font Color

<p style="color:#69739d">Text here</p>

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


#69739d Background Color

<div style="background-color:#69739d">
Div content here</div>

This div background color is #69739d


#69739d Border Color

<div style="border:3px solid #69739d">
Div here</div>

This div border color is #69739d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69739d


Comments

No comments written yet.

Please login to write comment.