Color Hex Logo

#6575bd Color Hex

#6575BD
(101,117,189)
0 Favorites   0 Comments

Color spaces of #6575bd

RGB 101117189
HSL0.640.400.57
HSV229°47°74°
CMYK 0.470.380.00   0.26
XYZ20.913419.163450.7408
Yxy19.16340.23030.2110
Hunter Lab43.77608.6679-38.0798
CIE-Lab50.877813.5887-39.7520

#6575bd color RGB value is (101,117,189).

#6575bd hex color red value is 101, green value is 117 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6575bd hue: 0.64 , saturation: 0.40 and the lightness value of 6575bd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01110101 10111101
Octal 145 165 275
Decimal 101 117 189
Hex 65 75 BD

RGB Percentages of Color #6575bd

%24.82
%28.75
%46.44

CMYK Percentages of Color #6575bd

%47
%38
%0
%26

Triadic Colors of #6575bd

#6575bd #bd6575 #75bd65

Analogous Colors of #6575bd

#6575bd #8165bd #65a1bd

Monochromatic Colors of #6575bd

#6575bd

Complementary Color

#6575bd #bdad65

#6575bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6575bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6575bd Color CSS Codes

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

#6575bd Text Font Color

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

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


#6575bd Background Color

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

This div background color is #6575bd


#6575bd Border Color

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

This div border color is #6575bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,117,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 #6575bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6575bd


Comments

No comments written yet.

Please login to write comment.