Color Hex Logo

#6344be Color Hex

#6344BE
(99,68,190)
0 Favorites   0 Comments

Color spaces of #6344be

RGB 9968190
HSL0.710.480.51
HSV255°64°75°
CMYK 0.480.640.00   0.25
XYZ16.507010.504649.8728
Yxy10.50460.21470.1366
Hunter Lab32.410834.1921-68.5462
CIE-Lab38.733243.0438-59.8016

#6344be color RGB value is (99,68,190).

#6344be hex color red value is 99, green value is 68 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6344be hue: 0.71 , saturation: 0.48 and the lightness value of 6344be is 0.51.

The process color (four color CMYK) of #6344be color hex is 0.48, 0.64, 0.00, 0.25. Web safe color of #6344be is #6633cc. Color #6344be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000100 10111110
Octal 143 104 276
Decimal 99 68 190
Hex 63 44 BE

RGB Percentages of Color #6344be

%27.73
%19.05
%53.22

CMYK Percentages of Color #6344be

%48
%64
%0
%25

Triadic Colors of #6344be

#6344be #be6344 #44be63

Analogous Colors of #6344be

#6344be #a044be #4462be

Monochromatic Colors of #6344be

#6344be

Complementary Color

#6344be #9fbe44

#6344be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6344be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6344be Color CSS Codes

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

#6344be Text Font Color

<p style="color:#6344be">Text here</p>

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


#6344be Background Color

<div style="background-color:#6344be">
Div content here</div>

This div background color is #6344be


#6344be Border Color

<div style="border:3px solid #6344be">
Div here</div>

This div border color is #6344be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,68,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6344be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6344be;
  -webkit-box-shadow: 1px 1px 3px 2px #6344be;
  box-shadow:         1px 1px 3px 2px #6344be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6344be


Comments

No comments written yet.

Please login to write comment.