Color Hex Logo

#6964ec Color Hex

#6964EC
(105,100,236)
0 Favorites   0 Comments

Color spaces of #6964ec

RGB 105100236
HSL0.670.780.66
HSV242°58°93°
CMYK 0.560.580.00   0.07
XYZ25.523218.173781.5195
Yxy18.17370.20380.1451
Hunter Lab42.630632.2654-83.5346
CIE-Lab49.706139.3626-68.3197

#6964ec color RGB value is (105,100,236).

#6964ec hex color red value is 105, green value is 100 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6964ec hue: 0.67 , saturation: 0.78 and the lightness value of 6964ec is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100100 11101100
Octal 151 144 354
Decimal 105 100 236
Hex 69 64 EC

RGB Percentages of Color #6964ec

%23.81
%22.68
%53.51

CMYK Percentages of Color #6964ec

%56
%58
%0
%7

Triadic Colors of #6964ec

#6964ec #ec6964 #64ec69

Analogous Colors of #6964ec

#6964ec #ad64ec #64a3ec

Monochromatic Colors of #6964ec

#6964ec

Complementary Color

#6964ec #e7ec64

#6964ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6964ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6964ec Color CSS Codes

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

#6964ec Text Font Color

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

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


#6964ec Background Color

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

This div background color is #6964ec


#6964ec Border Color

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

This div border color is #6964ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,100,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 #6964ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6964ec


Comments

No comments written yet.

Please login to write comment.