Color Hex Logo

#6100ee Color Hex

#6100EE
(97,0,238)
0 Favorites   0 Comments

Color spaces of #6100ee

RGB 970238
HSL0.731.000.47
HSV264°100°93°
CMYK 0.591.000.00   0.07
XYZ20.36248.714481.4978
Yxy8.71440.18420.0788
Hunter Lab29.520271.4653-143.0208
CIE-Lab35.428577.5061-92.9202

#6100ee color RGB value is (97,0,238).

#6100ee hex color red value is 97, green value is 0 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6100ee hue: 0.73 , saturation: 1.00 and the lightness value of 6100ee is 0.47.

The process color (four color CMYK) of #6100ee color hex is 0.59, 1.00, 0.00, 0.07. Web safe color of #6100ee is #6600ff. Color #6100ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000000 11101110
Octal 141 0 356
Decimal 97 0 238
Hex 61 0 EE

RGB Percentages of Color #6100ee

%28.96
%0.00
%71.04

CMYK Percentages of Color #6100ee

%59
%100
%0
%7

Triadic Colors of #6100ee

#6100ee #ee6100 #00ee61

Analogous Colors of #6100ee

#6100ee #d800ee #0016ee

Monochromatic Colors of #6100ee

#6100ee

Complementary Color

#6100ee #8dee00

#6100ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6100ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6100ee Color CSS Codes

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

#6100ee Text Font Color

<p style="color:#6100ee">Text here</p>

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


#6100ee Background Color

<div style="background-color:#6100ee">
Div content here</div>

This div background color is #6100ee


#6100ee Border Color

<div style="border:3px solid #6100ee">
Div here</div>

This div border color is #6100ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,0,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6100ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6100ee;
  -webkit-box-shadow: 1px 1px 3px 2px #6100ee;
  box-shadow:         1px 1px 3px 2px #6100ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6100ee


Comments

No comments written yet.

Please login to write comment.