Color Hex Logo

#6359bf Color Hex

#6359BF
(99,89,191)
0 Favorites   0 Comments

Color spaces of #6359bf

RGB 9989191
HSL0.680.440.55
HSV246°53°75°
CMYK 0.480.530.00   0.25
XYZ18.121913.559050.9522
Yxy13.55900.21930.1641
Hunter Lab36.822523.4078-56.2651
CIE-Lab43.593730.9091-52.5258

#6359bf color RGB value is (99,89,191).

#6359bf hex color red value is 99, green value is 89 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6359bf hue: 0.68 , saturation: 0.44 and the lightness value of 6359bf is 0.55.

The process color (four color CMYK) of #6359bf color hex is 0.48, 0.53, 0.00, 0.25. Web safe color of #6359bf is #6666cc. Color #6359bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011001 10111111
Octal 143 131 277
Decimal 99 89 191
Hex 63 59 BF

RGB Percentages of Color #6359bf

%26.12
%23.48
%50.40

CMYK Percentages of Color #6359bf

%48
%53
%0
%25

Triadic Colors of #6359bf

#6359bf #bf6359 #59bf63

Analogous Colors of #6359bf

#6359bf #9659bf #5982bf

Monochromatic Colors of #6359bf

#6359bf

Complementary Color

#6359bf #b5bf59

#6359bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6359bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6359bf Color CSS Codes

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

#6359bf Text Font Color

<p style="color:#6359bf">Text here</p>

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


#6359bf Background Color

<div style="background-color:#6359bf">
Div content here</div>

This div background color is #6359bf


#6359bf Border Color

<div style="border:3px solid #6359bf">
Div here</div>

This div border color is #6359bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,89,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6359bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6359bf;
  -webkit-box-shadow: 1px 1px 3px 2px #6359bf;
  box-shadow:         1px 1px 3px 2px #6359bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6359bf


Comments

No comments written yet.

Please login to write comment.