Color Hex Logo

#6b198d Color Hex

#6B198D
(107,25,141)
0 Favorites   0 Comments

Color spaces of #6b198d

RGB 10725141
HSL0.780.700.33
HSV282°82°55°
CMYK 0.240.820.00   0.45
XYZ11.21885.744125.7167
Yxy5.74410.26290.1346
Hunter Lab23.966941.6132-46.8420
CIE-Lab28.757452.3471-46.4595

#6b198d color RGB value is (107,25,141).

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

The process color (four color CMYK) of #6b198d color hex is 0.24, 0.82, 0.00, 0.45. Web safe color of #6b198d is #660099. Color #6b198d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00011001 10001101
Octal 153 31 215
Decimal 107 25 141
Hex 6B 19 8D

RGB Percentages of Color #6b198d

%39.19
%9.16
%51.65

CMYK Percentages of Color #6b198d

%24
%82
%0
%45

Triadic Colors of #6b198d

#6b198d #8d6b19 #198d6b

Analogous Colors of #6b198d

#6b198d #8d1975 #31198d

Monochromatic Colors of #6b198d

#6b198d

Complementary Color

#6b198d #3b8d19

#6b198d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b198d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b198d Color CSS Codes

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

#6b198d Text Font Color

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

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


#6b198d Background Color

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

This div background color is #6b198d


#6b198d Border Color

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

This div border color is #6b198d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b198d


Comments

No comments written yet.

Please login to write comment.