Color Hex Logo

#6367aa Color Hex

#6367AA
(99,103,170)
0 Favorites   0 Comments

Color spaces of #6367aa

RGB 99103170
HSL0.660.290.53
HSV237°42°67°
CMYK 0.420.390.00   0.33
XYZ17.251515.255440.0655
Yxy15.25540.23770.2102
Hunter Lab39.058210.4894-33.4784
CIE-Lab45.982015.9314-36.4522

#6367aa color RGB value is (99,103,170).

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

The process color (four color CMYK) of #6367aa color hex is 0.42, 0.39, 0.00, 0.33. Web safe color of #6367aa is #666699. Color #6367aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100111 10101010
Octal 143 147 252
Decimal 99 103 170
Hex 63 67 AA

RGB Percentages of Color #6367aa

%26.61
%27.69
%45.70

CMYK Percentages of Color #6367aa

%42
%39
%0
%33

Triadic Colors of #6367aa

#6367aa #aa6367 #67aa63

Analogous Colors of #6367aa

#6367aa #8363aa #638baa

Monochromatic Colors of #6367aa

#6367aa

Complementary Color

#6367aa #aaa663

#6367aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6367aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6367aa Color CSS Codes

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

#6367aa Text Font Color

<p style="color:#6367aa">Text here</p>

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


#6367aa Background Color

<div style="background-color:#6367aa">
Div content here</div>

This div background color is #6367aa


#6367aa Border Color

<div style="border:3px solid #6367aa">
Div here</div>

This div border color is #6367aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,103,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 #6367aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6367aa


Comments

No comments written yet.

Please login to write comment.