Color Hex Logo

#6b41df Color Hex

#6B41DF
(107,65,223)
0 Favorites   0 Comments

Color spaces of #6b41df

RGB 10765223
HSL0.710.710.56
HSV256°71°87°
CMYK 0.520.710.00   0.13
XYZ21.273012.234171.0522
Yxy12.23410.20350.1170
Hunter Lab34.977347.3525-95.9565
CIE-Lab41.585855.3609-74.1887

#6b41df color RGB value is (107,65,223).

#6b41df hex color red value is 107, green value is 65 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6b41df hue: 0.71 , saturation: 0.71 and the lightness value of 6b41df is 0.56.

The process color (four color CMYK) of #6b41df color hex is 0.52, 0.71, 0.00, 0.13. Web safe color of #6b41df is #6633cc. Color #6b41df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01000001 11011111
Octal 153 101 337
Decimal 107 65 223
Hex 6B 41 DF

RGB Percentages of Color #6b41df

%27.09
%16.46
%56.46

CMYK Percentages of Color #6b41df

%52
%71
%0
%13

Triadic Colors of #6b41df

#6b41df #df6b41 #41df6b

Analogous Colors of #6b41df

#6b41df #ba41df #4166df

Monochromatic Colors of #6b41df

#6b41df

Complementary Color

#6b41df #b5df41

#6b41df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b41df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b41df Color CSS Codes

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

#6b41df Text Font Color

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

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


#6b41df Background Color

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

This div background color is #6b41df


#6b41df Border Color

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

This div border color is #6b41df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,65,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b41df


Comments

No comments written yet.

Please login to write comment.