Color Hex Logo

#6884ef Color Hex

#6884EF
(104,132,239)
0 Favorites   0 Comments

Color spaces of #6884ef

RGB 104132239
HSL0.630.810.67
HSV228°56°94°
CMYK 0.560.450.00   0.06
XYZ29.540225.677685.0607
Yxy25.67760.21060.1830
Hunter Lab50.673115.3799-64.0541
CIE-Lab57.729820.8836-57.0783

#6884ef color RGB value is (104,132,239).

#6884ef hex color red value is 104, green value is 132 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6884ef hue: 0.63 , saturation: 0.81 and the lightness value of 6884ef is 0.67.

The process color (four color CMYK) of #6884ef color hex is 0.56, 0.45, 0.00, 0.06. Web safe color of #6884ef is #6699ff. Color #6884ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000100 11101111
Octal 150 204 357
Decimal 104 132 239
Hex 68 84 EF

RGB Percentages of Color #6884ef

%21.89
%27.79
%50.32

CMYK Percentages of Color #6884ef

%56
%45
%0
%6

Triadic Colors of #6884ef

#6884ef #ef6884 #84ef68

Analogous Colors of #6884ef

#6884ef #9068ef #68c8ef

Monochromatic Colors of #6884ef

#6884ef

Complementary Color

#6884ef #efd368

#6884ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6884ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6884ef Color CSS Codes

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

#6884ef Text Font Color

<p style="color:#6884ef">Text here</p>

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


#6884ef Background Color

<div style="background-color:#6884ef">
Div content here</div>

This div background color is #6884ef


#6884ef Border Color

<div style="border:3px solid #6884ef">
Div here</div>

This div border color is #6884ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,132,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6884ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6884ef;
  -webkit-box-shadow: 1px 1px 3px 2px #6884ef;
  box-shadow:         1px 1px 3px 2px #6884ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,132,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6884ef


Comments

No comments written yet.

Please login to write comment.