Color Hex Logo

#6160be Color Hex

#6160BE
(97,96,190)
0 Favorites   0 Comments

Color spaces of #6160be

RGB 9796190
HSL0.670.420.56
HSV241°49°75°
CMYK 0.490.490.00   0.25
XYZ18.406914.624850.5679
Yxy14.62480.22020.1749
Hunter Lab38.242418.9918-51.6295
CIE-Lab45.116025.8485-49.5099

#6160be color RGB value is (97,96,190).

#6160be hex color red value is 97, green value is 96 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6160be hue: 0.67 , saturation: 0.42 and the lightness value of 6160be is 0.56.

The process color (four color CMYK) of #6160be color hex is 0.49, 0.49, 0.00, 0.25. Web safe color of #6160be is #6666cc. Color #6160be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100000 10111110
Octal 141 140 276
Decimal 97 96 190
Hex 61 60 BE

RGB Percentages of Color #6160be

%25.33
%25.07
%49.61

CMYK Percentages of Color #6160be

%49
%49
%0
%25

Triadic Colors of #6160be

#6160be #be6160 #60be61

Analogous Colors of #6160be

#6160be #9060be #608ebe

Monochromatic Colors of #6160be

#6160be

Complementary Color

#6160be #bdbe60

#6160be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6160be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6160be Color CSS Codes

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

#6160be Text Font Color

<p style="color:#6160be">Text here</p>

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


#6160be Background Color

<div style="background-color:#6160be">
Div content here</div>

This div background color is #6160be


#6160be Border Color

<div style="border:3px solid #6160be">
Div here</div>

This div border color is #6160be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,96,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6160be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6160be;
  -webkit-box-shadow: 1px 1px 3px 2px #6160be;
  box-shadow:         1px 1px 3px 2px #6160be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6160be


Comments

No comments written yet.

Please login to write comment.