Color Hex Logo

#69699e Color Hex

#69699E
(105,105,158)
1 Favorites   0 Comments

Color spaces of #69699e

RGB 105105158
HSL0.670.210.52
HSV240°34°62°
CMYK 0.340.340.00   0.38
XYZ17.048815.575034.4555
Yxy15.57500.25420.2322
Hunter Lab39.46528.0472-24.1382
CIE-Lab46.411912.9655-28.6829

#69699e color RGB value is (105,105,158).

#69699e hex color red value is 105, green value is 105 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #69699e hue: 0.67 , saturation: 0.21 and the lightness value of 69699e is 0.52.

The process color (four color CMYK) of #69699e color hex is 0.34, 0.34, 0.00, 0.38. Web safe color of #69699e is #666699. Color #69699e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101001 10011110
Octal 151 151 236
Decimal 105 105 158
Hex 69 69 9E

RGB Percentages of Color #69699e

%28.53
%28.53
%42.93

CMYK Percentages of Color #69699e

%34
%34
%0
%38

Triadic Colors of #69699e

#69699e #9e6969 #699e69

Analogous Colors of #69699e

#69699e #84699e #69849e

Monochromatic Colors of #69699e

#69699e

Complementary Color

#69699e #9e9e69

#69699e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69699e Color Preview on White Background

Lorem ipsum dolor sit amet.

#69699e Color CSS Codes

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

#69699e Text Font Color

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

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


#69699e Background Color

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

This div background color is #69699e


#69699e Border Color

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

This div border color is #69699e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69699e

#69699e Color Palettes


Comments

No comments written yet.

Please login to write comment.