Color Hex Logo

#69598b Color Hex

#69598B
(105,89,139)
0 Favorites   0 Comments

Color spaces of #69598b

RGB 10589139
HSL0.720.220.45
HSV259°36°55°
CMYK 0.240.360.00   0.45
XYZ14.058312.012126.0037
Yxy12.01210.27000.2307
Hunter Lab34.658511.7515-20.2234
CIE-Lab41.235317.7203-25.4041

#69598b color RGB value is (105,89,139).

#69598b hex color red value is 105, green value is 89 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #69598b hue: 0.72 , saturation: 0.22 and the lightness value of 69598b is 0.45.

The process color (four color CMYK) of #69598b color hex is 0.24, 0.36, 0.00, 0.45. Web safe color of #69598b is #666699. Color #69598b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011001 10001011
Octal 151 131 213
Decimal 105 89 139
Hex 69 59 8B

RGB Percentages of Color #69598b

%31.53
%26.73
%41.74

CMYK Percentages of Color #69598b

%24
%36
%0
%45

Triadic Colors of #69598b

#69598b #8b6959 #598b69

Analogous Colors of #69598b

#69598b #82598b #59628b

Monochromatic Colors of #69598b

#69598b

Complementary Color

#69598b #7b8b59

#69598b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69598b Color Preview on White Background

Lorem ipsum dolor sit amet.

#69598b Color CSS Codes

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

#69598b Text Font Color

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

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


#69598b Background Color

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

This div background color is #69598b


#69598b Border Color

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

This div border color is #69598b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,89,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 #69598b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69598b


Comments

No comments written yet.

Please login to write comment.