Color Hex Logo

#6b3cce Color Hex

#6B3CCE
(107,60,206)
0 Favorites   0 Comments

Color spaces of #6b3cce

RGB 10760206
HSL0.720.600.52
HSV259°71°81°
CMYK 0.480.710.00   0.19
XYZ18.819810.813759.4879
Yxy10.81370.21120.1213
Hunter Lab32.884244.6092-84.2374
CIE-Lab39.264953.2156-68.2163

#6b3cce color RGB value is (107,60,206).

#6b3cce hex color red value is 107, green value is 60 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6b3cce hue: 0.72 , saturation: 0.60 and the lightness value of 6b3cce is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 00111100 11001110
Octal 153 74 316
Decimal 107 60 206
Hex 6B 3C CE

RGB Percentages of Color #6b3cce

%28.69
%16.09
%55.23

CMYK Percentages of Color #6b3cce

%48
%71
%0
%19

Triadic Colors of #6b3cce

#6b3cce #ce6b3c #3cce6b

Analogous Colors of #6b3cce

#6b3cce #b43cce #3c56ce

Monochromatic Colors of #6b3cce

#6b3cce

Complementary Color

#6b3cce #9fce3c

#6b3cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b3cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b3cce Color CSS Codes

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

#6b3cce Text Font Color

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

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


#6b3cce Background Color

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

This div background color is #6b3cce


#6b3cce Border Color

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

This div border color is #6b3cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b3cce


Comments

No comments written yet.

Please login to write comment.