Color Hex Logo

#6562bd Color Hex

#6562BD
(101,98,189)
0 Favorites   0 Comments

Color spaces of #6562bd

RGB 10198189
HSL0.670.410.56
HSV242°48°74°
CMYK 0.470.480.00   0.26
XYZ18.919815.176250.0762
Yxy15.17620.22480.1803
Hunter Lab38.956618.5167-48.9437
CIE-Lab45.874625.2408-47.6983

#6562bd color RGB value is (101,98,189).

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

The process color (four color CMYK) of #6562bd color hex is 0.47, 0.48, 0.00, 0.26. Web safe color of #6562bd is #6666cc. Color #6562bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01100010 10111101
Octal 145 142 275
Decimal 101 98 189
Hex 65 62 BD

RGB Percentages of Color #6562bd

%26.03
%25.26
%48.71

CMYK Percentages of Color #6562bd

%47
%48
%0
%26

Triadic Colors of #6562bd

#6562bd #bd6562 #62bd65

Analogous Colors of #6562bd

#6562bd #9362bd #628dbd

Monochromatic Colors of #6562bd

#6562bd

Complementary Color

#6562bd #babd62

#6562bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6562bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6562bd Color CSS Codes

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

#6562bd Text Font Color

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

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


#6562bd Background Color

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

This div background color is #6562bd


#6562bd Border Color

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

This div border color is #6562bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6562bd


Comments

No comments written yet.

Please login to write comment.