Color Hex Logo

#6867ec Color Hex

#6867EC
(104,103,236)
0 Favorites   0 Comments

Color spaces of #6867ec

RGB 104103236
HSL0.670.780.66
HSV240°56°93°
CMYK 0.560.560.00   0.07
XYZ25.699518.699781.6118
Yxy18.69970.20390.1484
Hunter Lab43.243130.4074-81.6264
CIE-Lab50.334037.3972-67.3057

#6867ec color RGB value is (104,103,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100111 11101100
Octal 150 147 354
Decimal 104 103 236
Hex 68 67 EC

RGB Percentages of Color #6867ec

%23.48
%23.25
%53.27

CMYK Percentages of Color #6867ec

%56
%56
%0
%7

Triadic Colors of #6867ec

#6867ec #ec6867 #67ec68

Analogous Colors of #6867ec

#6867ec #ab67ec #67a9ec

Monochromatic Colors of #6867ec

#6867ec

Complementary Color

#6867ec #ebec67

#6867ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6867ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6867ec Color CSS Codes

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

#6867ec Text Font Color

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

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


#6867ec Background Color

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

This div background color is #6867ec


#6867ec Border Color

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

This div border color is #6867ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6867ec


Comments

No comments written yet.

Please login to write comment.