Color Hex Logo

#6b1edb Color Hex

#6B1EDB
(107,30,219)
0 Favorites   0 Comments

Color spaces of #6b1edb

RGB 10730219
HSL0.730.760.49
HSV264°86°86°
CMYK 0.510.860.00   0.14
XYZ19.31399.168867.7696
Yxy9.16880.20070.0953
Hunter Lab30.280060.8649-111.5007
CIE-Lab36.307368.4924-80.5759

#6b1edb color RGB value is (107,30,219).

#6b1edb hex color red value is 107, green value is 30 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6b1edb hue: 0.73 , saturation: 0.76 and the lightness value of 6b1edb is 0.49.

The process color (four color CMYK) of #6b1edb color hex is 0.51, 0.86, 0.00, 0.14. Web safe color of #6b1edb is #6633cc. Color #6b1edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00011110 11011011
Octal 153 36 333
Decimal 107 30 219
Hex 6B 1E DB

RGB Percentages of Color #6b1edb

%30.06
%8.43
%61.52

CMYK Percentages of Color #6b1edb

%51
%86
%0
%14

Triadic Colors of #6b1edb

#6b1edb #db6b1e #1edb6b

Analogous Colors of #6b1edb

#6b1edb #ca1edb #1e2fdb

Monochromatic Colors of #6b1edb

#6b1edb

Complementary Color

#6b1edb #8edb1e

#6b1edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b1edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b1edb Color CSS Codes

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

#6b1edb Text Font Color

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

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


#6b1edb Background Color

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

This div background color is #6b1edb


#6b1edb Border Color

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

This div border color is #6b1edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b1edb


Comments

No comments written yet.

Please login to write comment.