Color Hex Logo

#69466a Color Hex

#69466A
(105,70,106)
0 Favorites   0 Comments

Color spaces of #69466a

RGB 10570106
HSL0.830.200.35
HSV298°34°42°
CMYK 0.010.340.00   0.58
XYZ10.61748.424214.7021
Yxy8.42420.31460.2497
Hunter Lab29.024514.5040-9.7157
CIE-Lab34.851221.6177-14.9309

#69466a color RGB value is (105,70,106).

#69466a hex color red value is 105, green value is 70 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #69466a hue: 0.83 , saturation: 0.20 and the lightness value of 69466a is 0.35.

The process color (four color CMYK) of #69466a color hex is 0.01, 0.34, 0.00, 0.58. Web safe color of #69466a is #663366. Color #69466a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01000110 01101010
Octal 151 106 152
Decimal 105 70 106
Hex 69 46 6A

RGB Percentages of Color #69466a

%37.37
%24.91
%37.72

CMYK Percentages of Color #69466a

%1
%34
%0
%58

Triadic Colors of #69466a

#69466a #6a6946 #466a69

Analogous Colors of #69466a

#69466a #6a4659 #57466a

Monochromatic Colors of #69466a

#69466a

Complementary Color

#69466a #476a46

#69466a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69466a Color Preview on White Background

Lorem ipsum dolor sit amet.

#69466a Color CSS Codes

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

#69466a Text Font Color

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

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


#69466a Background Color

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

This div background color is #69466a


#69466a Border Color

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

This div border color is #69466a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,70,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69466a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69466a;
  -webkit-box-shadow: 1px 1px 3px 2px #69466a;
  box-shadow:         1px 1px 3px 2px #69466a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69466a


Comments

No comments written yet.

Please login to write comment.