Color Hex Logo

#6b3ddc Color Hex

#6B3DDC
(107,61,220)
0 Favorites   0 Comments

Color spaces of #6b3ddc

RGB 10761220
HSL0.710.690.55
HSV257°72°86°
CMYK 0.510.720.00   0.14
XYZ20.650411.630668.8667
Yxy11.63060.20420.1150
Hunter Lab34.103748.4036-95.8538
CIE-Lab40.622956.5204-74.0517

#6b3ddc color RGB value is (107,61,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 00111101 11011100
Octal 153 75 334
Decimal 107 61 220
Hex 6B 3D DC

RGB Percentages of Color #6b3ddc

%27.58
%15.72
%56.70

CMYK Percentages of Color #6b3ddc

%51
%72
%0
%14

Triadic Colors of #6b3ddc

#6b3ddc #dc6b3d #3ddc6b

Analogous Colors of #6b3ddc

#6b3ddc #bb3ddc #3d5edc

Monochromatic Colors of #6b3ddc

#6b3ddc

Complementary Color

#6b3ddc #aedc3d

#6b3ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b3ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b3ddc Color CSS Codes

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

#6b3ddc Text Font Color

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

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


#6b3ddc Background Color

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

This div background color is #6b3ddc


#6b3ddc Border Color

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

This div border color is #6b3ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b3ddc


Comments

No comments written yet.

Please login to write comment.