Color Hex Logo

#6349bb Color Hex

#6349BB
(99,73,187)
0 Favorites   0 Comments

Color spaces of #6349bb

RGB 9973187
HSL0.700.460.51
HSV254°61°73°
CMYK 0.470.610.00   0.27
XYZ16.497811.005648.2685
Yxy11.00560.21770.1452
Hunter Lab33.174730.7125-63.0435
CIE-Lab39.589939.2995-56.6535

#6349bb color RGB value is (99,73,187).

#6349bb hex color red value is 99, green value is 73 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6349bb hue: 0.70 , saturation: 0.46 and the lightness value of 6349bb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001001 10111011
Octal 143 111 273
Decimal 99 73 187
Hex 63 49 BB

RGB Percentages of Color #6349bb

%27.58
%20.33
%52.09

CMYK Percentages of Color #6349bb

%47
%61
%0
%27

Triadic Colors of #6349bb

#6349bb #bb6349 #49bb63

Analogous Colors of #6349bb

#6349bb #9c49bb #4968bb

Monochromatic Colors of #6349bb

#6349bb

Complementary Color

#6349bb #a1bb49

#6349bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6349bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6349bb Color CSS Codes

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

#6349bb Text Font Color

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

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


#6349bb Background Color

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

This div background color is #6349bb


#6349bb Border Color

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

This div border color is #6349bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6349bb


Comments

No comments written yet.

Please login to write comment.