Color Hex Logo

#6761eb Color Hex

#6761EB
(103,97,235)
0 Favorites   0 Comments

Color spaces of #6761eb

RGB 10397235
HSL0.670.780.65
HSV243°59°92°
CMYK 0.560.590.00   0.08
XYZ24.863617.431180.6513
Yxy17.43110.20220.1418
Hunter Lab41.750633.2381-85.3075
CIE-Lab48.798740.4708-69.2372

#6761eb color RGB value is (103,97,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100001 11101011
Octal 147 141 353
Decimal 103 97 235
Hex 67 61 EB

RGB Percentages of Color #6761eb

%23.68
%22.30
%54.02

CMYK Percentages of Color #6761eb

%56
%59
%0
%8

Triadic Colors of #6761eb

#6761eb #eb6761 #61eb67

Analogous Colors of #6761eb

#6761eb #ac61eb #61a0eb

Monochromatic Colors of #6761eb

#6761eb

Complementary Color

#6761eb #e5eb61

#6761eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6761eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6761eb Color CSS Codes

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

#6761eb Text Font Color

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

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


#6761eb Background Color

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

This div background color is #6761eb


#6761eb Border Color

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

This div border color is #6761eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6761eb


Comments

No comments written yet.

Please login to write comment.