Color Hex Logo

#6362ac Color Hex

#6362AC
(99,98,172)
0 Favorites   0 Comments

Color spaces of #6362ac

RGB 9998172
HSL0.670.310.53
HSV241°43°67°
CMYK 0.420.430.00   0.33
XYZ16.959714.366640.9089
Yxy14.36660.23480.1989
Hunter Lab37.903313.5384-37.4592
CIE-Lab44.754219.6188-39.5679

#6362ac color RGB value is (99,98,172).

#6362ac hex color red value is 99, green value is 98 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6362ac hue: 0.67 , saturation: 0.31 and the lightness value of 6362ac is 0.53.

The process color (four color CMYK) of #6362ac color hex is 0.42, 0.43, 0.00, 0.33. Web safe color of #6362ac is #666699. Color #6362ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100010 10101100
Octal 143 142 254
Decimal 99 98 172
Hex 63 62 AC

RGB Percentages of Color #6362ac

%26.83
%26.56
%46.61

CMYK Percentages of Color #6362ac

%42
%43
%0
%33

Triadic Colors of #6362ac

#6362ac #ac6362 #62ac63

Analogous Colors of #6362ac

#6362ac #8862ac #6286ac

Monochromatic Colors of #6362ac

#6362ac

Complementary Color

#6362ac #abac62

#6362ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6362ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6362ac Color CSS Codes

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

#6362ac Text Font Color

<p style="color:#6362ac">Text here</p>

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


#6362ac Background Color

<div style="background-color:#6362ac">
Div content here</div>

This div background color is #6362ac


#6362ac Border Color

<div style="border:3px solid #6362ac">
Div here</div>

This div border color is #6362ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,98,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6362ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6362ac;
  -webkit-box-shadow: 1px 1px 3px 2px #6362ac;
  box-shadow:         1px 1px 3px 2px #6362ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6362ac


Comments

No comments written yet.

Please login to write comment.