Color Hex Logo

#6f197d Color Hex

#6F197D
(111,25,125)
0 Favorites   0 Comments

Color spaces of #6f197d

RGB 11125125
HSL0.810.670.29
HSV292°80°49°
CMYK 0.110.800.00   0.51
XYZ10.60485.555419.9154
Yxy5.55540.29400.1540
Hunter Lab23.569939.0652-33.5982
CIE-Lab28.261949.9245-37.2153

#6f197d color RGB value is (111,25,125).

#6f197d hex color red value is 111, green value is 25 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #6f197d hue: 0.81 , saturation: 0.67 and the lightness value of 6f197d is 0.29.

The process color (four color CMYK) of #6f197d color hex is 0.11, 0.80, 0.00, 0.51. Web safe color of #6f197d is #660066. Color #6f197d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00011001 01111101
Octal 157 31 175
Decimal 111 25 125
Hex 6F 19 7D

RGB Percentages of Color #6f197d

%42.53
%9.58
%47.89

CMYK Percentages of Color #6f197d

%11
%80
%0
%51

Triadic Colors of #6f197d

#6f197d #7d6f19 #197d6f

Analogous Colors of #6f197d

#6f197d #7d1959 #3d197d

Monochromatic Colors of #6f197d

#6f197d

Complementary Color

#6f197d #277d19

#6f197d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f197d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f197d Color CSS Codes

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

#6f197d Text Font Color

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

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


#6f197d Background Color

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

This div background color is #6f197d


#6f197d Border Color

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

This div border color is #6f197d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f197d


Comments

No comments written yet.

Please login to write comment.