Color Hex Logo

#6c268b Color Hex

#6C268B
(108,38,139)
0 Favorites   0 Comments

Color spaces of #6c268b

RGB 10838139
HSL0.780.570.35
HSV282°73°55°
CMYK 0.220.730.00   0.45
XYZ11.53776.438525.0607
Yxy6.43850.26810.1496
Hunter Lab25.374236.7595-40.7955
CIE-Lab30.492947.1692-42.4071

#6c268b color RGB value is (108,38,139).

#6c268b hex color red value is 108, green value is 38 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #6c268b hue: 0.78 , saturation: 0.57 and the lightness value of 6c268b is 0.35.

The process color (four color CMYK) of #6c268b color hex is 0.22, 0.73, 0.00, 0.45. Web safe color of #6c268b is #663399. Color #6c268b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00100110 10001011
Octal 154 46 213
Decimal 108 38 139
Hex 6C 26 8B

RGB Percentages of Color #6c268b

%37.89
%13.33
%48.77

CMYK Percentages of Color #6c268b

%22
%73
%0
%45

Triadic Colors of #6c268b

#6c268b #8b6c26 #268b6c

Analogous Colors of #6c268b

#6c268b #8b2678 #39268b

Monochromatic Colors of #6c268b

#6c268b

Complementary Color

#6c268b #458b26

#6c268b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c268b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c268b Color CSS Codes

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

#6c268b Text Font Color

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

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


#6c268b Background Color

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

This div background color is #6c268b


#6c268b Border Color

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

This div border color is #6c268b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,38,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c268b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c268b;
  -webkit-box-shadow: 1px 1px 3px 2px #6c268b;
  box-shadow:         1px 1px 3px 2px #6c268b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,38,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c268b


Comments

No comments written yet.

Please login to write comment.