Color Hex Logo

#69688c Color Hex

#69688C
(105,104,140)
0 Favorites   0 Comments

Color spaces of #69688c

RGB 105104140
HSL0.670.150.48
HSV242°26°55°
CMYK 0.250.260.00   0.45
XYZ15.509614.797326.8497
Yxy14.79730.27140.2589
Hunter Lab38.46734.6516-14.4567
CIE-Lab45.35538.7647-19.6320

#69688c color RGB value is (105,104,140).

#69688c hex color red value is 105, green value is 104 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #69688c hue: 0.67 , saturation: 0.15 and the lightness value of 69688c is 0.48.

The process color (four color CMYK) of #69688c color hex is 0.25, 0.26, 0.00, 0.45. Web safe color of #69688c is #666699. Color #69688c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101000 10001100
Octal 151 150 214
Decimal 105 104 140
Hex 69 68 8C

RGB Percentages of Color #69688c

%30.09
%29.80
%40.11

CMYK Percentages of Color #69688c

%25
%26
%0
%45

Triadic Colors of #69688c

#69688c #8c6968 #688c69

Analogous Colors of #69688c

#69688c #7b688c #68798c

Monochromatic Colors of #69688c

#69688c

Complementary Color

#69688c #8b8c68

#69688c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69688c Color Preview on White Background

Lorem ipsum dolor sit amet.

#69688c Color CSS Codes

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

#69688c Text Font Color

<p style="color:#69688c">Text here</p>

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


#69688c Background Color

<div style="background-color:#69688c">
Div content here</div>

This div background color is #69688c


#69688c Border Color

<div style="border:3px solid #69688c">
Div here</div>

This div border color is #69688c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,104,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69688c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69688c;
  -webkit-box-shadow: 1px 1px 3px 2px #69688c;
  box-shadow:         1px 1px 3px 2px #69688c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69688c


Comments

No comments written yet.

Please login to write comment.