Color Hex Logo

#69306d Color Hex

#69306D
(105,48,109)
0 Favorites   0 Comments

Color spaces of #69306d

RGB 10548109
HSL0.820.390.31
HSV296°56°43°
CMYK 0.040.560.00   0.57
XYZ9.64306.221315.1606
Yxy6.22130.31080.2005
Hunter Lab24.942525.3602-18.5779
CIE-Lab29.964135.0787-24.4126

#69306d color RGB value is (105,48,109).

#69306d hex color red value is 105, green value is 48 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #69306d hue: 0.82 , saturation: 0.39 and the lightness value of 69306d is 0.31.

The process color (four color CMYK) of #69306d color hex is 0.04, 0.56, 0.00, 0.57. Web safe color of #69306d is #663366. Color #69306d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00110000 01101101
Octal 151 60 155
Decimal 105 48 109
Hex 69 30 6D

RGB Percentages of Color #69306d

%40.08
%18.32
%41.60

CMYK Percentages of Color #69306d

%4
%56
%0
%57

Triadic Colors of #69306d

#69306d #6d6930 #306d69

Analogous Colors of #69306d

#69306d #6d3053 #4b306d

Monochromatic Colors of #69306d

#69306d

Complementary Color

#69306d #346d30

#69306d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69306d Color Preview on White Background

Lorem ipsum dolor sit amet.

#69306d Color CSS Codes

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

#69306d Text Font Color

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

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


#69306d Background Color

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

This div background color is #69306d


#69306d Border Color

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

This div border color is #69306d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,48,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69306d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69306d;
  -webkit-box-shadow: 1px 1px 3px 2px #69306d;
  box-shadow:         1px 1px 3px 2px #69306d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69306d


Comments

No comments written yet.

Please login to write comment.