Color Hex Logo

#69586c Color Hex

#69586C
(105,88,108)
0 Favorites   0 Comments

Color spaces of #69586c

RGB 10588108
HSL0.810.100.38
HSV291°19°42°
CMYK 0.030.190.00   0.58
XYZ12.022211.065415.6896
Yxy11.06540.31000.2854
Hunter Lab33.26476.2985-4.6794
CIE-Lab39.690410.9425-8.8350

#69586c color RGB value is (105,88,108).

#69586c hex color red value is 105, green value is 88 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #69586c hue: 0.81 , saturation: 0.10 and the lightness value of 69586c is 0.38.

The process color (four color CMYK) of #69586c color hex is 0.03, 0.19, 0.00, 0.58. Web safe color of #69586c is #666666. Color #69586c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011000 01101100
Octal 151 130 154
Decimal 105 88 108
Hex 69 58 6C

RGB Percentages of Color #69586c

%34.88
%29.24
%35.88

CMYK Percentages of Color #69586c

%3
%19
%0
%58

Triadic Colors of #69586c

#69586c #6c6958 #586c69

Analogous Colors of #69586c

#69586c #6c5865 #5f586c

Monochromatic Colors of #69586c

#69586c

Complementary Color

#69586c #5b6c58

#69586c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69586c Color Preview on White Background

Lorem ipsum dolor sit amet.

#69586c Color CSS Codes

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

#69586c Text Font Color

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

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


#69586c Background Color

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

This div background color is #69586c


#69586c Border Color

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

This div border color is #69586c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69586c


Comments

No comments written yet.

Please login to write comment.