Color Hex Logo

#6b63aa Color Hex

#6B63AA
(107,99,170)
0 Favorites   0 Comments

Color spaces of #6b63aa

RGB 10799170
HSL0.690.290.53
HSV247°42°67°
CMYK 0.370.420.00   0.33
XYZ17.780914.951839.9790
Yxy14.95180.24450.2056
Hunter Lab38.667614.4133-34.2336
CIE-Lab45.568120.5823-37.0627

#6b63aa color RGB value is (107,99,170).

#6b63aa hex color red value is 107, green value is 99 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6b63aa hue: 0.69 , saturation: 0.29 and the lightness value of 6b63aa is 0.53.

The process color (four color CMYK) of #6b63aa color hex is 0.37, 0.42, 0.00, 0.33. Web safe color of #6b63aa is #666699. Color #6b63aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01100011 10101010
Octal 153 143 252
Decimal 107 99 170
Hex 6B 63 AA

RGB Percentages of Color #6b63aa

%28.46
%26.33
%45.21

CMYK Percentages of Color #6b63aa

%37
%42
%0
%33

Triadic Colors of #6b63aa

#6b63aa #aa6b63 #63aa6b

Analogous Colors of #6b63aa

#6b63aa #8f63aa #637faa

Monochromatic Colors of #6b63aa

#6b63aa

Complementary Color

#6b63aa #a2aa63

#6b63aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b63aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b63aa Color CSS Codes

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

#6b63aa Text Font Color

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

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


#6b63aa Background Color

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

This div background color is #6b63aa


#6b63aa Border Color

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

This div border color is #6b63aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b63aa


Comments

No comments written yet.

Please login to write comment.