Color Hex Logo

#6368aa Color Hex

#6368AA
(99,104,170)
0 Favorites   0 Comments

Color spaces of #6368aa

RGB 99104170
HSL0.650.290.53
HSV236°42°67°
CMYK 0.420.390.00   0.33
XYZ17.351615.455640.0989
Yxy15.45560.23800.2120
Hunter Lab39.31369.9846-32.9548
CIE-Lab46.252015.3143-36.0266

#6368aa color RGB value is (99,104,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01101000 10101010
Octal 143 150 252
Decimal 99 104 170
Hex 63 68 AA

RGB Percentages of Color #6368aa

%26.54
%27.88
%45.58

CMYK Percentages of Color #6368aa

%42
%39
%0
%33

Triadic Colors of #6368aa

#6368aa #aa6368 #68aa63

Analogous Colors of #6368aa

#6368aa #8263aa #638caa

Monochromatic Colors of #6368aa

#6368aa

Complementary Color

#6368aa #aaa563

#6368aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6368aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6368aa Color CSS Codes

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

#6368aa Text Font Color

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

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


#6368aa Background Color

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

This div background color is #6368aa


#6368aa Border Color

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

This div border color is #6368aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6368aa


Comments

No comments written yet.

Please login to write comment.