Color Hex Logo

#6379bb Color Hex

#6379BB
(99,121,187)
0 Favorites   0 Comments

Color spaces of #6379bb

RGB 99121187
HSL0.630.390.56
HSV225°47°73°
CMYK 0.470.350.00   0.27
XYZ20.952619.915249.7534
Yxy19.91520.23120.2198
Hunter Lab44.62645.7114-34.8631
CIE-Lab51.741210.0558-37.2510

#6379bb color RGB value is (99,121,187).

#6379bb hex color red value is 99, green value is 121 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6379bb hue: 0.63 , saturation: 0.39 and the lightness value of 6379bb is 0.56.

The process color (four color CMYK) of #6379bb color hex is 0.47, 0.35, 0.00, 0.27. Web safe color of #6379bb is #6666cc. Color #6379bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01111001 10111011
Octal 143 171 273
Decimal 99 121 187
Hex 63 79 BB

RGB Percentages of Color #6379bb

%24.32
%29.73
%45.95

CMYK Percentages of Color #6379bb

%47
%35
%0
%27

Triadic Colors of #6379bb

#6379bb #bb6379 #79bb63

Analogous Colors of #6379bb

#6379bb #7963bb #63a5bb

Monochromatic Colors of #6379bb

#6379bb

Complementary Color

#6379bb #bba563

#6379bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6379bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6379bb Color CSS Codes

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

#6379bb Text Font Color

<p style="color:#6379bb">Text here</p>

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


#6379bb Background Color

<div style="background-color:#6379bb">
Div content here</div>

This div background color is #6379bb


#6379bb Border Color

<div style="border:3px solid #6379bb">
Div here</div>

This div border color is #6379bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,121,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6379bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6379bb;
  -webkit-box-shadow: 1px 1px 3px 2px #6379bb;
  box-shadow:         1px 1px 3px 2px #6379bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6379bb


Comments

No comments written yet.

Please login to write comment.