Color Hex Logo

#6389ac Color Hex

#6389AC
(99,137,172)
0 Favorites   0 Comments

Color spaces of #6389ac

RGB 99137172
HSL0.580.310.53
HSV209°42°67°
CMYK 0.420.200.00   0.33
XYZ21.537623.522542.4349
Yxy23.52250.24620.2688
Hunter Lab48.5000-5.6078-17.9256
CIE-Lab55.6065-3.8197-22.6296

#6389ac color RGB value is (99,137,172).

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

The process color (four color CMYK) of #6389ac color hex is 0.42, 0.20, 0.00, 0.33. Web safe color of #6389ac is #669999. Color #6389ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001001 10101100
Octal 143 211 254
Decimal 99 137 172
Hex 63 89 AC

RGB Percentages of Color #6389ac

%24.26
%33.58
%42.16

CMYK Percentages of Color #6389ac

%42
%20
%0
%33

Triadic Colors of #6389ac

#6389ac #ac6389 #89ac63

Analogous Colors of #6389ac

#6389ac #6365ac #63acab

Monochromatic Colors of #6389ac

#6389ac

Complementary Color

#6389ac #ac8663

#6389ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6389ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6389ac Color CSS Codes

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

#6389ac Text Font Color

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

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


#6389ac Background Color

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

This div background color is #6389ac


#6389ac Border Color

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

This div border color is #6389ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6389ac


Comments

No comments written yet.

Please login to write comment.