Color Hex Logo

#696c8b Color Hex

#696C8B
(105,108,139)
0 Favorites   0 Comments

Color spaces of #696c8b

RGB 105108139
HSL0.650.140.48
HSV235°24°55°
CMYK 0.240.220.00   0.45
XYZ15.848515.592526.6004
Yxy15.59250.27310.2686
Hunter Lab39.48732.5393-12.2992
CIE-Lab46.43536.0856-17.3806

#696c8b color RGB value is (105,108,139).

#696c8b hex color red value is 105, green value is 108 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #696c8b hue: 0.65 , saturation: 0.14 and the lightness value of 696c8b is 0.48.

The process color (four color CMYK) of #696c8b color hex is 0.24, 0.22, 0.00, 0.45. Web safe color of #696c8b is #666699. Color #696c8b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101100 10001011
Octal 151 154 213
Decimal 105 108 139
Hex 69 6C 8B

RGB Percentages of Color #696c8b

%29.83
%30.68
%39.49

CMYK Percentages of Color #696c8b

%24
%22
%0
%45

Triadic Colors of #696c8b

#696c8b #8b696c #6c8b69

Analogous Colors of #696c8b

#696c8b #77698b #697d8b

Monochromatic Colors of #696c8b

#696c8b

Complementary Color

#696c8b #8b8869

#696c8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696c8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#696c8b Color CSS Codes

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

#696c8b Text Font Color

<p style="color:#696c8b">Text here</p>

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


#696c8b Background Color

<div style="background-color:#696c8b">
Div content here</div>

This div background color is #696c8b


#696c8b Border Color

<div style="border:3px solid #696c8b">
Div here</div>

This div border color is #696c8b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,108,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #696c8b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #696c8b;
  -webkit-box-shadow: 1px 1px 3px 2px #696c8b;
  box-shadow:         1px 1px 3px 2px #696c8b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696c8b


Comments

No comments written yet.

Please login to write comment.