Color Hex Logo

#6354af Color Hex

#6354AF
(99,84,175)
0 Favorites   0 Comments

Color spaces of #6354af

RGB 9984175
HSL0.690.360.51
HSV250°52°69°
CMYK 0.430.520.00   0.31
XYZ16.053812.088442.0446
Yxy12.08840.22870.1722
Hunter Lab34.768421.5752-47.3602
CIE-Lab41.356329.1610-46.7497

#6354af color RGB value is (99,84,175).

#6354af hex color red value is 99, green value is 84 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6354af hue: 0.69 , saturation: 0.36 and the lightness value of 6354af is 0.51.

The process color (four color CMYK) of #6354af color hex is 0.43, 0.52, 0.00, 0.31. Web safe color of #6354af is #666699. Color #6354af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010100 10101111
Octal 143 124 257
Decimal 99 84 175
Hex 63 54 AF

RGB Percentages of Color #6354af

%27.65
%23.46
%48.88

CMYK Percentages of Color #6354af

%43
%52
%0
%31

Triadic Colors of #6354af

#6354af #af6354 #54af63

Analogous Colors of #6354af

#6354af #9154af #5473af

Monochromatic Colors of #6354af

#6354af

Complementary Color

#6354af #a0af54

#6354af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6354af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6354af Color CSS Codes

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

#6354af Text Font Color

<p style="color:#6354af">Text here</p>

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


#6354af Background Color

<div style="background-color:#6354af">
Div content here</div>

This div background color is #6354af


#6354af Border Color

<div style="border:3px solid #6354af">
Div here</div>

This div border color is #6354af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,84,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6354af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6354af;
  -webkit-box-shadow: 1px 1px 3px 2px #6354af;
  box-shadow:         1px 1px 3px 2px #6354af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6354af


Comments

No comments written yet.

Please login to write comment.