Color Hex Logo

#6389ba Color Hex

#6389BA
(99,137,186)
0 Favorites   0 Comments

Color spaces of #6389ba

RGB 99137186
HSL0.590.390.56
HSV214°47°73°
CMYK 0.470.260.00   0.27
XYZ22.954224.089149.8942
Yxy24.08910.23680.2485
Hunter Lab49.0806-2.4097-25.9163
CIE-Lab56.17690.2635-29.7484

#6389ba color RGB value is (99,137,186).

#6389ba hex color red value is 99, green value is 137 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6389ba hue: 0.59 , saturation: 0.39 and the lightness value of 6389ba is 0.56.

The process color (four color CMYK) of #6389ba color hex is 0.47, 0.26, 0.00, 0.27. Web safe color of #6389ba is #6699cc. Color #6389ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001001 10111010
Octal 143 211 272
Decimal 99 137 186
Hex 63 89 BA

RGB Percentages of Color #6389ba

%23.46
%32.46
%44.08

CMYK Percentages of Color #6389ba

%47
%26
%0
%27

Triadic Colors of #6389ba

#6389ba #ba6389 #89ba63

Analogous Colors of #6389ba

#6389ba #6963ba #63b5ba

Monochromatic Colors of #6389ba

#6389ba

Complementary Color

#6389ba #ba9463

#6389ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6389ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6389ba Color CSS Codes

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

#6389ba Text Font Color

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

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


#6389ba Background Color

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

This div background color is #6389ba


#6389ba Border Color

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

This div border color is #6389ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6389ba


Comments

No comments written yet.

Please login to write comment.