Color Hex Logo

#6130bf Color Hex

#6130BF
(97,48,191)
0 Favorites   0 Comments

Color spaces of #6130bf

RGB 9748191
HSL0.720.600.47
HSV261°75°75°
CMYK 0.490.750.00   0.25
XYZ15.39078.416950.1037
Yxy8.41690.20820.1139
Hunter Lab29.011943.9228-82.0858
CIE-Lab34.836553.4046-66.7578

#6130bf color RGB value is (97,48,191).

#6130bf hex color red value is 97, green value is 48 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6130bf hue: 0.72 , saturation: 0.60 and the lightness value of 6130bf is 0.47.

The process color (four color CMYK) of #6130bf color hex is 0.49, 0.75, 0.00, 0.25. Web safe color of #6130bf is #6633cc. Color #6130bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110000 10111111
Octal 141 60 277
Decimal 97 48 191
Hex 61 30 BF

RGB Percentages of Color #6130bf

%28.87
%14.29
%56.85

CMYK Percentages of Color #6130bf

%49
%75
%0
%25

Triadic Colors of #6130bf

#6130bf #bf6130 #30bf61

Analogous Colors of #6130bf

#6130bf #a930bf #3047bf

Monochromatic Colors of #6130bf

#6130bf

Complementary Color

#6130bf #8ebf30

#6130bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6130bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6130bf Color CSS Codes

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

#6130bf Text Font Color

<p style="color:#6130bf">Text here</p>

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


#6130bf Background Color

<div style="background-color:#6130bf">
Div content here</div>

This div background color is #6130bf


#6130bf Border Color

<div style="border:3px solid #6130bf">
Div here</div>

This div border color is #6130bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,48,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6130bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6130bf;
  -webkit-box-shadow: 1px 1px 3px 2px #6130bf;
  box-shadow:         1px 1px 3px 2px #6130bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6130bf


Comments

No comments written yet.

Please login to write comment.