Color Hex Logo

#6d639c Color Hex

#6D639C
(109,99,156)
0 Favorites   0 Comments

Color spaces of #6d639c

RGB 10999156
HSL0.700.220.50
HSV251°37°61°
CMYK 0.300.370.00   0.39
XYZ16.769314.575233.3819
Yxy14.57520.25910.2252
Hunter Lab38.177511.5948-25.1182
CIE-Lab45.046817.3001-29.6060

#6d639c color RGB value is (109,99,156).

#6d639c hex color red value is 109, green value is 99 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #6d639c hue: 0.70 , saturation: 0.22 and the lightness value of 6d639c is 0.50.

The process color (four color CMYK) of #6d639c color hex is 0.30, 0.37, 0.00, 0.39. Web safe color of #6d639c is #666699. Color #6d639c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01100011 10011100
Octal 155 143 234
Decimal 109 99 156
Hex 6D 63 9C

RGB Percentages of Color #6d639c

%29.95
%27.20
%42.86

CMYK Percentages of Color #6d639c

%30
%37
%0
%39

Triadic Colors of #6d639c

#6d639c #9c6d63 #639c6d

Analogous Colors of #6d639c

#6d639c #8a639c #63769c

Monochromatic Colors of #6d639c

#6d639c

Complementary Color

#6d639c #929c63

#6d639c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d639c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d639c Color CSS Codes

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

#6d639c Text Font Color

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

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


#6d639c Background Color

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

This div background color is #6d639c


#6d639c Border Color

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

This div border color is #6d639c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,99,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d639c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d639c;
  -webkit-box-shadow: 1px 1px 3px 2px #6d639c;
  box-shadow:         1px 1px 3px 2px #6d639c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d639c


Comments

No comments written yet.

Please login to write comment.