Color Hex Logo

#6175cd Color Hex

#6175CD
(97,117,205)
0 Favorites   0 Comments

Color spaces of #6175cd

RGB 97117205
HSL0.640.520.59
HSV229°53°80°
CMYK 0.530.430.00   0.20
XYZ22.310519.671760.3787
Yxy19.67170.21800.1922
Hunter Lab44.352812.1723-49.6662
CIE-Lab51.464017.6396-47.9955

#6175cd color RGB value is (97,117,205).

#6175cd hex color red value is 97, green value is 117 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6175cd hue: 0.64 , saturation: 0.52 and the lightness value of 6175cd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110101 11001101
Octal 141 165 315
Decimal 97 117 205
Hex 61 75 CD

RGB Percentages of Color #6175cd

%23.15
%27.92
%48.93

CMYK Percentages of Color #6175cd

%53
%43
%0
%20

Triadic Colors of #6175cd

#6175cd #cd6175 #75cd61

Analogous Colors of #6175cd

#6175cd #8361cd #61abcd

Monochromatic Colors of #6175cd

#6175cd

Complementary Color

#6175cd #cdb961

#6175cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6175cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6175cd Color CSS Codes

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

#6175cd Text Font Color

<p style="color:#6175cd">Text here</p>

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


#6175cd Background Color

<div style="background-color:#6175cd">
Div content here</div>

This div background color is #6175cd


#6175cd Border Color

<div style="border:3px solid #6175cd">
Div here</div>

This div border color is #6175cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,117,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6175cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6175cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6175cd;
  box-shadow:         1px 1px 3px 2px #6175cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,117,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6175cd


Comments

No comments written yet.

Please login to write comment.