Color Hex Logo

#696276 Color Hex

#696276
(105,98,118)
0 Favorites   0 Comments

Color spaces of #696276

RGB 10598118
HSL0.730.090.42
HSV261°17°46°
CMYK 0.110.170.00   0.54
XYZ13.463413.046618.9482
Yxy13.04660.29620.2870
Hunter Lab36.12013.3240-5.8188
CIE-Lab42.83347.0485-10.2236

#696276 color RGB value is (105,98,118).

#696276 hex color red value is 105, green value is 98 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #696276 hue: 0.73 , saturation: 0.09 and the lightness value of 696276 is 0.42.

The process color (four color CMYK) of #696276 color hex is 0.11, 0.17, 0.00, 0.54. Web safe color of #696276 is #666666. Color #696276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100010 01110110
Octal 151 142 166
Decimal 105 98 118
Hex 69 62 76

RGB Percentages of Color #696276

%32.71
%30.53
%36.76

CMYK Percentages of Color #696276

%11
%17
%0
%54

Triadic Colors of #696276

#696276 #766962 #627669

Analogous Colors of #696276

#696276 #736276 #626576

Monochromatic Colors of #696276

#696276

Complementary Color

#696276 #6f7662

#696276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696276 Color CSS Codes

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

#696276 Text Font Color

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

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


#696276 Background Color

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

This div background color is #696276


#696276 Border Color

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

This div border color is #696276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696276


Comments

No comments written yet.

Please login to write comment.