Color Hex Logo

#6562ae Color Hex

#6562AE
(101,98,174)
0 Favorites   0 Comments

Color spaces of #6562ae

RGB 10198174
HSL0.670.320.53
HSV242°44°68°
CMYK 0.420.440.00   0.32
XYZ17.374514.558141.9386
Yxy14.55810.23520.1971
Hunter Lab38.155114.5113-38.4607
CIE-Lab45.022920.7368-40.3054

#6562ae color RGB value is (101,98,174).

#6562ae hex color red value is 101, green value is 98 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6562ae hue: 0.67 , saturation: 0.32 and the lightness value of 6562ae is 0.53.

The process color (four color CMYK) of #6562ae color hex is 0.42, 0.44, 0.00, 0.32. Web safe color of #6562ae is #666699. Color #6562ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01100010 10101110
Octal 145 142 256
Decimal 101 98 174
Hex 65 62 AE

RGB Percentages of Color #6562ae

%27.08
%26.27
%46.65

CMYK Percentages of Color #6562ae

%42
%44
%0
%32

Triadic Colors of #6562ae

#6562ae #ae6562 #62ae65

Analogous Colors of #6562ae

#6562ae #8b62ae #6285ae

Monochromatic Colors of #6562ae

#6562ae

Complementary Color

#6562ae #abae62

#6562ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6562ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6562ae Color CSS Codes

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

#6562ae Text Font Color

<p style="color:#6562ae">Text here</p>

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


#6562ae Background Color

<div style="background-color:#6562ae">
Div content here</div>

This div background color is #6562ae


#6562ae Border Color

<div style="border:3px solid #6562ae">
Div here</div>

This div border color is #6562ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,98,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6562ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6562ae;
  -webkit-box-shadow: 1px 1px 3px 2px #6562ae;
  box-shadow:         1px 1px 3px 2px #6562ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,98,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6562ae


Comments

No comments written yet.

Please login to write comment.