Color Hex Logo

#6181eb Color Hex

#6181EB
(97,129,235)
0 Favorites   0 Comments

Color spaces of #6181eb

RGB 97129235
HSL0.630.780.65
HSV226°59°92°
CMYK 0.590.450.00   0.08
XYZ27.775424.240181.8121
Yxy24.24010.20750.1811
Hunter Lab49.234214.5405-64.0577
CIE-Lab56.327420.0447-57.1207

#6181eb color RGB value is (97,129,235).

#6181eb hex color red value is 97, green value is 129 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6181eb hue: 0.63 , saturation: 0.78 and the lightness value of 6181eb is 0.65.

The process color (four color CMYK) of #6181eb color hex is 0.59, 0.45, 0.00, 0.08. Web safe color of #6181eb is #6699ff. Color #6181eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000001 11101011
Octal 141 201 353
Decimal 97 129 235
Hex 61 81 EB

RGB Percentages of Color #6181eb

%21.04
%27.98
%50.98

CMYK Percentages of Color #6181eb

%59
%45
%0
%8

Triadic Colors of #6181eb

#6181eb #eb6181 #81eb61

Analogous Colors of #6181eb

#6181eb #8661eb #61c6eb

Monochromatic Colors of #6181eb

#6181eb

Complementary Color

#6181eb #ebcb61

#6181eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6181eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6181eb Color CSS Codes

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

#6181eb Text Font Color

<p style="color:#6181eb">Text here</p>

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


#6181eb Background Color

<div style="background-color:#6181eb">
Div content here</div>

This div background color is #6181eb


#6181eb Border Color

<div style="border:3px solid #6181eb">
Div here</div>

This div border color is #6181eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,129,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6181eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6181eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6181eb;
  box-shadow:         1px 1px 3px 2px #6181eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6181eb


Comments

No comments written yet.

Please login to write comment.