Color Hex Logo

#6b3dee Color Hex

#6B3DEE
(107,61,238)
0 Favorites   0 Comments

Color spaces of #6b3dee

RGB 10761238
HSL0.710.840.59
HSV256°74°93°
CMYK 0.550.740.00   0.07
XYZ23.164812.636382.1071
Yxy12.63630.19650.1072
Hunter Lab35.547654.1124-112.0636
CIE-Lab42.210061.4148-81.6793

#6b3dee color RGB value is (107,61,238).

#6b3dee hex color red value is 107, green value is 61 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6b3dee hue: 0.71 , saturation: 0.84 and the lightness value of 6b3dee is 0.59.

The process color (four color CMYK) of #6b3dee color hex is 0.55, 0.74, 0.00, 0.07. Web safe color of #6b3dee is #6633ff. Color #6b3dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00111101 11101110
Octal 153 75 356
Decimal 107 61 238
Hex 6B 3D EE

RGB Percentages of Color #6b3dee

%26.35
%15.02
%58.62

CMYK Percentages of Color #6b3dee

%55
%74
%0
%7

Triadic Colors of #6b3dee

#6b3dee #ee6b3d #3dee6b

Analogous Colors of #6b3dee

#6b3dee #c43dee #3d68ee

Monochromatic Colors of #6b3dee

#6b3dee

Complementary Color

#6b3dee #c0ee3d

#6b3dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b3dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b3dee Color CSS Codes

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

#6b3dee Text Font Color

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

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


#6b3dee Background Color

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

This div background color is #6b3dee


#6b3dee Border Color

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

This div border color is #6b3dee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,61,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b3dee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b3dee;
  -webkit-box-shadow: 1px 1px 3px 2px #6b3dee;
  box-shadow:         1px 1px 3px 2px #6b3dee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,61,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 #6b3dee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b3dee


Comments

No comments written yet.

Please login to write comment.