Color Hex Logo

#6b103e Color Hex

#6B103E
(107,16,62)
0 Favorites   0 Comments

Color spaces of #6b103e

RGB 1071662
HSL0.920.740.24
HSV330°85°42°
CMYK 0.000.850.42   0.58
XYZ7.11823.84424.9243
Yxy3.84420.44810.2420
Hunter Lab19.606630.4929-1.1663
CIE-Lab23.149542.0083-3.7573

#6b103e color RGB value is (107,16,62).

#6b103e hex color red value is 107, green value is 16 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #6b103e hue: 0.92 , saturation: 0.74 and the lightness value of 6b103e is 0.24.

The process color (four color CMYK) of #6b103e color hex is 0.00, 0.85, 0.42, 0.58. Web safe color of #6b103e is #660033. Color #6b103e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00010000 00111110
Octal 153 20 76
Decimal 107 16 62
Hex 6B 10 3E

RGB Percentages of Color #6b103e

%57.84
%8.65
%33.51

CMYK Percentages of Color #6b103e

%0
%85
%42
%58

Triadic Colors of #6b103e

#6b103e #3e6b10 #103e6b

Analogous Colors of #6b103e

#6b103e #6b1011 #6b106b

Monochromatic Colors of #6b103e

#6b103e

Complementary Color

#6b103e #106b3d

#6b103e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b103e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b103e Color CSS Codes

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

#6b103e Text Font Color

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

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


#6b103e Background Color

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

This div background color is #6b103e


#6b103e Border Color

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

This div border color is #6b103e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b103e


Comments

No comments written yet.

Please login to write comment.