Color Hex Logo

#6b6bdb Color Hex

#6B6BDB
(107,107,219)
0 Favorites   0 Comments

Color spaces of #6b6bdb

RGB 107107219
HSL0.670.610.64
HSV240°51°86°
CMYK 0.510.510.00   0.14
XYZ24.107318.755769.3674
Yxy18.75570.21480.1671
Hunter Lab43.307923.5732-64.6510
CIE-Lab50.400230.2922-57.6094

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

#6b6bdb hex color red value is 107, green value is 107 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6b6bdb hue: 0.67 , saturation: 0.61 and the lightness value of 6b6bdb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 01101011 11011011
Octal 153 153 333
Decimal 107 107 219
Hex 6B 6B DB

RGB Percentages of Color #6b6bdb

%24.71
%24.71
%50.58

CMYK Percentages of Color #6b6bdb

%51
%51
%0
%14

Triadic Colors of #6b6bdb

#6b6bdb #db6b6b #6bdb6b

Analogous Colors of #6b6bdb

#6b6bdb #a36bdb #6ba3db

Monochromatic Colors of #6b6bdb

#6b6bdb

Complementary Color

#6b6bdb #dbdb6b

#6b6bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b6bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b6bdb Color CSS Codes

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

#6b6bdb Text Font Color

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

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


#6b6bdb Background Color

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

This div background color is #6b6bdb


#6b6bdb Border Color

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

This div border color is #6b6bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b6bdb


Comments

No comments written yet.

Please login to write comment.