Color Hex Logo

#6900eb Color Hex

#6900EB
(105,0,235)
0 Favorites   0 Comments

Color spaces of #6900eb

RGB 1050235
HSL0.741.000.46
HSV267°100°92°
CMYK 0.551.000.00   0.08
XYZ20.82119.001479.2373
Yxy9.00140.19090.0825
Hunter Lab30.002371.3718-135.5855
CIE-Lab35.987077.3287-90.2626

#6900eb color RGB value is (105,0,235).

#6900eb hex color red value is 105, green value is 0 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6900eb hue: 0.74 , saturation: 1.00 and the lightness value of 6900eb is 0.46.

The process color (four color CMYK) of #6900eb color hex is 0.55, 1.00, 0.00, 0.08. Web safe color of #6900eb is #6600ff. Color #6900eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00000000 11101011
Octal 151 0 353
Decimal 105 0 235
Hex 69 0 EB

RGB Percentages of Color #6900eb

%30.88
%0.00
%69.12

CMYK Percentages of Color #6900eb

%55
%100
%0
%8

Triadic Colors of #6900eb

#6900eb #eb6900 #00eb69

Analogous Colors of #6900eb

#6900eb #df00eb #000deb

Monochromatic Colors of #6900eb

#6900eb

Complementary Color

#6900eb #82eb00

#6900eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6900eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6900eb Color CSS Codes

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

#6900eb Text Font Color

<p style="color:#6900eb">Text here</p>

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


#6900eb Background Color

<div style="background-color:#6900eb">
Div content here</div>

This div background color is #6900eb


#6900eb Border Color

<div style="border:3px solid #6900eb">
Div here</div>

This div border color is #6900eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,0,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6900eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6900eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6900eb;
  box-shadow:         1px 1px 3px 2px #6900eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,0,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6900eb


Comments

No comments written yet.

Please login to write comment.