Color Hex Logo

#6172bb Color Hex

#6172BB
(97,114,187)
0 Favorites   0 Comments

Color spaces of #6172bb

RGB 97114187
HSL0.640.400.56
HSV229°48°73°
CMYK 0.480.390.00   0.27
XYZ19.916718.163949.4700
Yxy18.16390.22750.2075
Hunter Lab42.61918.8329-38.9873
CIE-Lab49.694313.8166-40.4871

#6172bb color RGB value is (97,114,187).

#6172bb hex color red value is 97, green value is 114 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6172bb hue: 0.64 , saturation: 0.40 and the lightness value of 6172bb is 0.56.

The process color (four color CMYK) of #6172bb color hex is 0.48, 0.39, 0.00, 0.27. Web safe color of #6172bb is #6666cc. Color #6172bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110010 10111011
Octal 141 162 273
Decimal 97 114 187
Hex 61 72 BB

RGB Percentages of Color #6172bb

%24.37
%28.64
%46.98

CMYK Percentages of Color #6172bb

%48
%39
%0
%27

Triadic Colors of #6172bb

#6172bb #bb6172 #72bb61

Analogous Colors of #6172bb

#6172bb #7d61bb #619fbb

Monochromatic Colors of #6172bb

#6172bb

Complementary Color

#6172bb #bbaa61

#6172bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6172bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6172bb Color CSS Codes

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

#6172bb Text Font Color

<p style="color:#6172bb">Text here</p>

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


#6172bb Background Color

<div style="background-color:#6172bb">
Div content here</div>

This div background color is #6172bb


#6172bb Border Color

<div style="border:3px solid #6172bb">
Div here</div>

This div border color is #6172bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,114,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6172bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6172bb;
  -webkit-box-shadow: 1px 1px 3px 2px #6172bb;
  box-shadow:         1px 1px 3px 2px #6172bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6172bb


Comments

No comments written yet.

Please login to write comment.