Color Hex Logo

#69699f Color Hex

#69699F
(105,105,159)
0 Favorites   0 Comments

Color spaces of #69699f

RGB 105105159
HSL0.670.220.52
HSV240°34°62°
CMYK 0.340.340.00   0.38
XYZ17.135315.609634.9107
Yxy15.60960.25330.2307
Hunter Lab39.50908.2759-24.7332
CIE-Lab46.458113.2425-29.2009

#69699f color RGB value is (105,105,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101001 10011111
Octal 151 151 237
Decimal 105 105 159
Hex 69 69 9F

RGB Percentages of Color #69699f

%28.46
%28.46
%43.09

CMYK Percentages of Color #69699f

%34
%34
%0
%38

Triadic Colors of #69699f

#69699f #9f6969 #699f69

Analogous Colors of #69699f

#69699f #84699f #69849f

Monochromatic Colors of #69699f

#69699f

Complementary Color

#69699f #9f9f69

#69699f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69699f Color Preview on White Background

Lorem ipsum dolor sit amet.

#69699f Color CSS Codes

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

#69699f Text Font Color

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

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


#69699f Background Color

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

This div background color is #69699f


#69699f Border Color

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

This div border color is #69699f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69699f


Comments

No comments written yet.

Please login to write comment.