Color Hex Logo

#69699d Color Hex

#69699D
(105,105,157)
0 Favorites   0 Comments

Color spaces of #69699d

RGB 105105157
HSL0.670.210.51
HSV240°33°62°
CMYK 0.330.330.00   0.38
XYZ16.963115.540734.0039
Yxy15.54070.25510.2337
Hunter Lab39.42177.8203-23.5465
CIE-Lab46.366012.6898-28.1639

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101001 10011101
Octal 151 151 235
Decimal 105 105 157
Hex 69 69 9D

RGB Percentages of Color #69699d

%28.61
%28.61
%42.78

CMYK Percentages of Color #69699d

%33
%33
%0
%38

Triadic Colors of #69699d

#69699d #9d6969 #699d69

Analogous Colors of #69699d

#69699d #83699d #69839d

Monochromatic Colors of #69699d

#69699d

Complementary Color

#69699d #9d9d69

#69699d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69699d Color Preview on White Background

Lorem ipsum dolor sit amet.

#69699d Color CSS Codes

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

#69699d Text Font Color

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

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


#69699d Background Color

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

This div background color is #69699d


#69699d Border Color

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

This div border color is #69699d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69699d


Comments

No comments written yet.

Please login to write comment.