Color Hex Logo

#69769d Color Hex

#69769D
(105,118,157)
0 Favorites   0 Comments

Color spaces of #69769d

RGB 105118157
HSL0.630.210.51
HSV225°33°62°
CMYK 0.330.250.00   0.38
XYZ18.389918.394434.4795
Yxy18.39440.25810.2581
Hunter Lab42.88871.4824-17.6429
CIE-Lab49.97104.8324-22.5781

#69769d color RGB value is (105,118,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110110 10011101
Octal 151 166 235
Decimal 105 118 157
Hex 69 76 9D

RGB Percentages of Color #69769d

%27.63
%31.05
%41.32

CMYK Percentages of Color #69769d

%33
%25
%0
%38

Triadic Colors of #69769d

#69769d #9d6976 #769d69

Analogous Colors of #69769d

#69769d #76699d #69909d

Monochromatic Colors of #69769d

#69769d

Complementary Color

#69769d #9d9069

#69769d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69769d Color Preview on White Background

Lorem ipsum dolor sit amet.

#69769d Color CSS Codes

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

#69769d Text Font Color

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

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


#69769d Background Color

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

This div background color is #69769d


#69769d Border Color

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

This div border color is #69769d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,118,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 #69769d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69769d


Comments

No comments written yet.

Please login to write comment.