Color Hex Logo

#6e67fa Color Hex

#6E67FA
(110,103,250)
0 Favorites   0 Comments

Color spaces of #6e67fa

RGB 110103250
HSL0.670.940.69
HSV243°59°98°
CMYK 0.560.590.00   0.02
XYZ28.536019.917692.7830
Yxy19.91760.20200.1410
Hunter Lab44.629136.0324-92.0222
CIE-Lab51.743942.8025-72.8123

#6e67fa color RGB value is (110,103,250).

#6e67fa hex color red value is 110, green value is 103 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6e67fa hue: 0.67 , saturation: 0.94 and the lightness value of 6e67fa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 01100111 11111010
Octal 156 147 372
Decimal 110 103 250
Hex 6E 67 FA

RGB Percentages of Color #6e67fa

%23.76
%22.25
%54.00

CMYK Percentages of Color #6e67fa

%56
%59
%0
%2

Triadic Colors of #6e67fa

#6e67fa #fa6e67 #67fa6e

Analogous Colors of #6e67fa

#6e67fa #b867fa #67aafa

Monochromatic Colors of #6e67fa

#6e67fa

Complementary Color

#6e67fa #f3fa67

#6e67fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e67fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e67fa Color CSS Codes

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

#6e67fa Text Font Color

<p style="color:#6e67fa">Text here</p>

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


#6e67fa Background Color

<div style="background-color:#6e67fa">
Div content here</div>

This div background color is #6e67fa


#6e67fa Border Color

<div style="border:3px solid #6e67fa">
Div here</div>

This div border color is #6e67fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,103,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e67fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e67fa;
  -webkit-box-shadow: 1px 1px 3px 2px #6e67fa;
  box-shadow:         1px 1px 3px 2px #6e67fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e67fa


Comments

No comments written yet.

Please login to write comment.