Color Hex Logo

#6573cb Color Hex

#6573CB
(101,115,203)
0 Favorites   0 Comments

Color spaces of #6573cb

RGB 101115203
HSL0.640.500.60
HSV232°50°80°
CMYK 0.500.430.00   0.20
XYZ22.277119.340059.0588
Yxy19.34000.22130.1921
Hunter Lab43.977313.4606-48.8388
CIE-Lab51.082619.1293-47.4469

#6573cb color RGB value is (101,115,203).

#6573cb hex color red value is 101, green value is 115 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6573cb hue: 0.64 , saturation: 0.50 and the lightness value of 6573cb is 0.60.

The process color (four color CMYK) of #6573cb color hex is 0.50, 0.43, 0.00, 0.20. Web safe color of #6573cb is #6666cc. Color #6573cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01110011 11001011
Octal 145 163 313
Decimal 101 115 203
Hex 65 73 CB

RGB Percentages of Color #6573cb

%24.11
%27.45
%48.45

CMYK Percentages of Color #6573cb

%50
%43
%0
%20

Triadic Colors of #6573cb

#6573cb #cb6573 #73cb65

Analogous Colors of #6573cb

#6573cb #8a65cb #65a6cb

Monochromatic Colors of #6573cb

#6573cb

Complementary Color

#6573cb #cbbd65

#6573cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6573cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6573cb Color CSS Codes

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

#6573cb Text Font Color

<p style="color:#6573cb">Text here</p>

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


#6573cb Background Color

<div style="background-color:#6573cb">
Div content here</div>

This div background color is #6573cb


#6573cb Border Color

<div style="border:3px solid #6573cb">
Div here</div>

This div border color is #6573cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,115,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6573cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6573cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6573cb;
  box-shadow:         1px 1px 3px 2px #6573cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6573cb


Comments

No comments written yet.

Please login to write comment.