Color Hex Logo

#6b188e Color Hex

#6B188E
(107,24,142)
0 Favorites   0 Comments

Color spaces of #6b188e

RGB 10724142
HSL0.780.710.33
HSV282°83°56°
CMYK 0.250.830.00   0.44
XYZ11.27255.732126.1035
Yxy5.73210.26150.1330
Hunter Lab23.941842.1448-47.8840
CIE-Lab28.726352.8722-47.1300

#6b188e color RGB value is (107,24,142).

#6b188e hex color red value is 107, green value is 24 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #6b188e hue: 0.78 , saturation: 0.71 and the lightness value of 6b188e is 0.33.

The process color (four color CMYK) of #6b188e color hex is 0.25, 0.83, 0.00, 0.44. Web safe color of #6b188e is #660099. Color #6b188e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00011000 10001110
Octal 153 30 216
Decimal 107 24 142
Hex 6B 18 8E

RGB Percentages of Color #6b188e

%39.19
%8.79
%52.01

CMYK Percentages of Color #6b188e

%25
%83
%0
%44

Triadic Colors of #6b188e

#6b188e #8e6b18 #188e6b

Analogous Colors of #6b188e

#6b188e #8e1876 #30188e

Monochromatic Colors of #6b188e

#6b188e

Complementary Color

#6b188e #3b8e18

#6b188e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b188e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b188e Color CSS Codes

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

#6b188e Text Font Color

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

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


#6b188e Background Color

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

This div background color is #6b188e


#6b188e Border Color

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

This div border color is #6b188e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b188e


Comments

No comments written yet.

Please login to write comment.