Color Hex Logo

#6760ec Color Hex

#6760EC
(103,96,236)
0 Favorites   0 Comments

Color spaces of #6760ec

RGB 10396236
HSL0.680.790.65
HSV243°59°93°
CMYK 0.560.590.00   0.07
XYZ24.916717.305481.3839
Yxy17.30540.20160.1400
Hunter Lab41.599834.1152-86.8725
CIE-Lab48.642641.3713-70.0527

#6760ec color RGB value is (103,96,236).

#6760ec hex color red value is 103, green value is 96 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6760ec hue: 0.68 , saturation: 0.79 and the lightness value of 6760ec is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100000 11101100
Octal 147 140 354
Decimal 103 96 236
Hex 67 60 EC

RGB Percentages of Color #6760ec

%23.68
%22.07
%54.25

CMYK Percentages of Color #6760ec

%56
%59
%0
%7

Triadic Colors of #6760ec

#6760ec #ec6760 #60ec67

Analogous Colors of #6760ec

#6760ec #ad60ec #609fec

Monochromatic Colors of #6760ec

#6760ec

Complementary Color

#6760ec #e5ec60

#6760ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6760ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6760ec Color CSS Codes

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

#6760ec Text Font Color

<p style="color:#6760ec">Text here</p>

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


#6760ec Background Color

<div style="background-color:#6760ec">
Div content here</div>

This div background color is #6760ec


#6760ec Border Color

<div style="border:3px solid #6760ec">
Div here</div>

This div border color is #6760ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,96,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6760ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6760ec;
  -webkit-box-shadow: 1px 1px 3px 2px #6760ec;
  box-shadow:         1px 1px 3px 2px #6760ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6760ec


Comments

No comments written yet.

Please login to write comment.