Color Hex Logo

#6173dc Color Hex

#6173DC
(97,115,220)
0 Favorites   0 Comments

Color spaces of #6173dc

RGB 97115220
HSL0.640.640.62
HSV231°56°86°
CMYK 0.560.480.00   0.14
XYZ23.978819.970270.3010
Yxy19.97020.20990.1748
Hunter Lab44.688017.5759-61.9905
CIE-Lab51.803523.6799-55.9585

#6173dc color RGB value is (97,115,220).

#6173dc hex color red value is 97, green value is 115 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6173dc hue: 0.64 , saturation: 0.64 and the lightness value of 6173dc is 0.62.

The process color (four color CMYK) of #6173dc color hex is 0.56, 0.48, 0.00, 0.14. Web safe color of #6173dc is #6666cc. Color #6173dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110011 11011100
Octal 141 163 334
Decimal 97 115 220
Hex 61 73 DC

RGB Percentages of Color #6173dc

%22.45
%26.62
%50.93

CMYK Percentages of Color #6173dc

%56
%48
%0
%14

Triadic Colors of #6173dc

#6173dc #dc6173 #73dc61

Analogous Colors of #6173dc

#6173dc #8d61dc #61b1dc

Monochromatic Colors of #6173dc

#6173dc

Complementary Color

#6173dc #dcca61

#6173dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6173dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6173dc Color CSS Codes

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

#6173dc Text Font Color

<p style="color:#6173dc">Text here</p>

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


#6173dc Background Color

<div style="background-color:#6173dc">
Div content here</div>

This div background color is #6173dc


#6173dc Border Color

<div style="border:3px solid #6173dc">
Div here</div>

This div border color is #6173dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,115,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6173dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6173dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6173dc;
  box-shadow:         1px 1px 3px 2px #6173dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6173dc


Comments

No comments written yet.

Please login to write comment.