Color Hex Logo

#68539b Color Hex

#68539B
(104,83,155)
0 Favorites   0 Comments

Color spaces of #68539b

RGB 10483155
HSL0.720.300.47
HSV258°46°61°
CMYK 0.330.460.00   0.39
XYZ14.718611.496132.4536
Yxy11.49610.25090.1960
Hunter Lab33.905918.1518-33.0163
CIE-Lab40.403825.3814-36.3494

#68539b color RGB value is (104,83,155).

#68539b hex color red value is 104, green value is 83 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #68539b hue: 0.72 , saturation: 0.30 and the lightness value of 68539b is 0.47.

The process color (four color CMYK) of #68539b color hex is 0.33, 0.46, 0.00, 0.39. Web safe color of #68539b is #666699. Color #68539b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010011 10011011
Octal 150 123 233
Decimal 104 83 155
Hex 68 53 9B

RGB Percentages of Color #68539b

%30.41
%24.27
%45.32

CMYK Percentages of Color #68539b

%33
%46
%0
%39

Triadic Colors of #68539b

#68539b #9b6853 #539b68

Analogous Colors of #68539b

#68539b #8c539b #53629b

Monochromatic Colors of #68539b

#68539b

Complementary Color

#68539b #869b53

#68539b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68539b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68539b Color CSS Codes

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

#68539b Text Font Color

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

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


#68539b Background Color

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

This div background color is #68539b


#68539b Border Color

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

This div border color is #68539b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,83,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68539b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68539b;
  -webkit-box-shadow: 1px 1px 3px 2px #68539b;
  box-shadow:         1px 1px 3px 2px #68539b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,83,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68539b


Comments

No comments written yet.

Please login to write comment.