Color Hex Logo

#69498b Color Hex

#69498B
(105,73,139)
0 Favorites   0 Comments

Color spaces of #69498b

RGB 10573139
HSL0.750.310.42
HSV269°47°55°
CMYK 0.240.470.00   0.45
XYZ12.86849.632425.6071
Yxy9.63240.26750.2002
Hunter Lab31.036119.6977-27.1934
CIE-Lab37.174427.5429-31.7716

#69498b color RGB value is (105,73,139).

#69498b hex color red value is 105, green value is 73 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #69498b hue: 0.75 , saturation: 0.31 and the lightness value of 69498b is 0.42.

The process color (four color CMYK) of #69498b color hex is 0.24, 0.47, 0.00, 0.45. Web safe color of #69498b is #663399. Color #69498b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01001001 10001011
Octal 151 111 213
Decimal 105 73 139
Hex 69 49 8B

RGB Percentages of Color #69498b

%33.12
%23.03
%43.85

CMYK Percentages of Color #69498b

%24
%47
%0
%45

Triadic Colors of #69498b

#69498b #8b6949 #498b69

Analogous Colors of #69498b

#69498b #8a498b #494a8b

Monochromatic Colors of #69498b

#69498b

Complementary Color

#69498b #6b8b49

#69498b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69498b Color Preview on White Background

Lorem ipsum dolor sit amet.

#69498b Color CSS Codes

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

#69498b Text Font Color

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

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


#69498b Background Color

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

This div background color is #69498b


#69498b Border Color

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

This div border color is #69498b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,73,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69498b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69498b;
  -webkit-box-shadow: 1px 1px 3px 2px #69498b;
  box-shadow:         1px 1px 3px 2px #69498b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69498b


Comments

No comments written yet.

Please login to write comment.