Color Hex Logo

#675973 Color Hex

#675973
(103,89,115)
0 Favorites   0 Comments

Color spaces of #675973

RGB 10389115
HSL0.760.130.40
HSV272°23°45°
CMYK 0.100.230.00   0.55
XYZ12.260411.266117.7480
Yxy11.26610.29700.2730
Hunter Lab33.56506.4625-7.8550
CIE-Lab40.025111.1467-12.6563

#675973 color RGB value is (103,89,115).

#675973 hex color red value is 103, green value is 89 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #675973 hue: 0.76 , saturation: 0.13 and the lightness value of 675973 is 0.40.

The process color (four color CMYK) of #675973 color hex is 0.10, 0.23, 0.00, 0.55. Web safe color of #675973 is #666666. Color #675973 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011001 01110011
Octal 147 131 163
Decimal 103 89 115
Hex 67 59 73

RGB Percentages of Color #675973

%33.55
%28.99
%37.46

CMYK Percentages of Color #675973

%10
%23
%0
%55

Triadic Colors of #675973

#675973 #736759 #597367

Analogous Colors of #675973

#675973 #735972 #5a5973

Monochromatic Colors of #675973

#675973

Complementary Color

#675973 #657359

#675973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#675973 Color CSS Codes

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

#675973 Text Font Color

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

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


#675973 Background Color

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

This div background color is #675973


#675973 Border Color

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

This div border color is #675973


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,89,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #675973; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #675973;
  -webkit-box-shadow: 1px 1px 3px 2px #675973;
  box-shadow:         1px 1px 3px 2px #675973; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,89,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675973


Comments

No comments written yet.

Please login to write comment.