Color Hex Logo

#6e253d Color Hex

#6E253D
(110,37,61)
0 Favorites   0 Comments

Color spaces of #6e253d

RGB 1103761
HSL0.950.500.29
HSV340°66°43°
CMYK 0.000.660.45   0.57
XYZ7.93434.97514.9570
Yxy4.97510.44410.2785
Hunter Lab22.304924.46232.4370
CIE-Lab26.663734.62582.1442

#6e253d color RGB value is (110,37,61).

#6e253d hex color red value is 110, green value is 37 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #6e253d hue: 0.95 , saturation: 0.50 and the lightness value of 6e253d is 0.29.

The process color (four color CMYK) of #6e253d color hex is 0.00, 0.66, 0.45, 0.57. Web safe color of #6e253d is #663333. Color #6e253d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00100101 00111101
Octal 156 45 75
Decimal 110 37 61
Hex 6E 25 3D

RGB Percentages of Color #6e253d

%52.88
%17.79
%29.33

CMYK Percentages of Color #6e253d

%0
%66
%45
%57

Triadic Colors of #6e253d

#6e253d #3d6e25 #253d6e

Analogous Colors of #6e253d

#6e253d #6e3225 #6e2562

Monochromatic Colors of #6e253d

#6e253d

Complementary Color

#6e253d #256e56

#6e253d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e253d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e253d Color CSS Codes

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

#6e253d Text Font Color

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

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


#6e253d Background Color

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

This div background color is #6e253d


#6e253d Border Color

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

This div border color is #6e253d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,37,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 #6e253d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e253d


Comments

No comments written yet.

Please login to write comment.