Color Hex Logo

#6170bb Color Hex

#6170BB
(97,112,187)
0 Favorites   0 Comments

Color spaces of #6170bb

RGB 97112187
HSL0.640.400.56
HSV230°48°73°
CMYK 0.480.400.00   0.27
XYZ19.693617.717649.3956
Yxy17.71760.22690.2041
Hunter Lab42.09239.8528-40.1127
CIE-Lab49.151815.0420-41.3453

#6170bb color RGB value is (97,112,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110000 10111011
Octal 141 160 273
Decimal 97 112 187
Hex 61 70 BB

RGB Percentages of Color #6170bb

%24.49
%28.28
%47.22

CMYK Percentages of Color #6170bb

%48
%40
%0
%27

Triadic Colors of #6170bb

#6170bb #bb6170 #70bb61

Analogous Colors of #6170bb

#6170bb #7f61bb #619dbb

Monochromatic Colors of #6170bb

#6170bb

Complementary Color

#6170bb #bbac61

#6170bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6170bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6170bb Color CSS Codes

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

#6170bb Text Font Color

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

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


#6170bb Background Color

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

This div background color is #6170bb


#6170bb Border Color

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

This div border color is #6170bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,112,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 #6170bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6170bb


Comments

No comments written yet.

Please login to write comment.