Color Hex Logo

#6f233d Color Hex

#6F233D
(111,35,61)
0 Favorites   0 Comments

Color spaces of #6f233d

RGB 1113561
HSL0.940.520.29
HSV339°68°44°
CMYK 0.000.680.45   0.56
XYZ7.99894.91854.9427
Yxy4.91850.44790.2754
Hunter Lab22.177725.56922.3105
CIE-Lab26.501335.91731.9329

#6f233d color RGB value is (111,35,61).

#6f233d hex color red value is 111, green value is 35 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #6f233d hue: 0.94 , saturation: 0.52 and the lightness value of 6f233d is 0.29.

The process color (four color CMYK) of #6f233d color hex is 0.00, 0.68, 0.45, 0.56. Web safe color of #6f233d is #663333. Color #6f233d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00100011 00111101
Octal 157 43 75
Decimal 111 35 61
Hex 6F 23 3D

RGB Percentages of Color #6f233d

%53.62
%16.91
%29.47

CMYK Percentages of Color #6f233d

%0
%68
%45
%56

Triadic Colors of #6f233d

#6f233d #3d6f23 #233d6f

Analogous Colors of #6f233d

#6f233d #6f2f23 #6f2363

Monochromatic Colors of #6f233d

#6f233d

Complementary Color

#6f233d #236f55

#6f233d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f233d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f233d Color CSS Codes

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

#6f233d Text Font Color

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

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


#6f233d Background Color

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

This div background color is #6f233d


#6f233d Border Color

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

This div border color is #6f233d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f233d


Comments

No comments written yet.

Please login to write comment.