Color Hex Logo

#6389ad Color Hex

#6389AD
(99,137,173)
0 Favorites   0 Comments

Color spaces of #6389ad

RGB 99137173
HSL0.580.310.53
HSV209°43°68°
CMYK 0.430.210.00   0.32
XYZ21.634123.561142.9427
Yxy23.56110.24550.2673
Hunter Lab48.5398-5.3875-18.4755
CIE-Lab55.6457-3.5339-23.1425

#6389ad color RGB value is (99,137,173).

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

The process color (four color CMYK) of #6389ad color hex is 0.43, 0.21, 0.00, 0.32. Web safe color of #6389ad is #669999. Color #6389ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001001 10101101
Octal 143 211 255
Decimal 99 137 173
Hex 63 89 AD

RGB Percentages of Color #6389ad

%24.21
%33.50
%42.30

CMYK Percentages of Color #6389ad

%43
%21
%0
%32

Triadic Colors of #6389ad

#6389ad #ad6389 #89ad63

Analogous Colors of #6389ad

#6389ad #6364ad #63adac

Monochromatic Colors of #6389ad

#6389ad

Complementary Color

#6389ad #ad8763

#6389ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6389ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6389ad Color CSS Codes

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

#6389ad Text Font Color

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

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


#6389ad Background Color

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

This div background color is #6389ad


#6389ad Border Color

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

This div border color is #6389ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6389ad


Comments

No comments written yet.

Please login to write comment.