Color Hex Logo

#6b1630 Color Hex

#6B1630
(107,22,48)
0 Favorites   0 Comments

Color spaces of #6b1630

RGB 1072248
HSL0.950.660.25
HSV342°79°42°
CMYK 0.000.790.55   0.58
XYZ6.88383.91303.1888
Yxy3.91300.49220.2798
Hunter Lab19.781327.49994.2892
CIE-Lab23.381738.66836.2515

#6b1630 color RGB value is (107,22,48).

#6b1630 hex color red value is 107, green value is 22 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #6b1630 hue: 0.95 , saturation: 0.66 and the lightness value of 6b1630 is 0.25.

The process color (four color CMYK) of #6b1630 color hex is 0.00, 0.79, 0.55, 0.58. Web safe color of #6b1630 is #660033. Color #6b1630 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00010110 00110000
Octal 153 26 60
Decimal 107 22 48
Hex 6B 16 30

RGB Percentages of Color #6b1630

%60.45
%12.43
%27.12

CMYK Percentages of Color #6b1630

%0
%79
%55
%58

Triadic Colors of #6b1630

#6b1630 #306b16 #16306b

Analogous Colors of #6b1630

#6b1630 #6b2716 #6b165a

Monochromatic Colors of #6b1630

#6b1630

Complementary Color

#6b1630 #166b51

#6b1630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b1630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b1630 Color CSS Codes

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

#6b1630 Text Font Color

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

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


#6b1630 Background Color

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

This div background color is #6b1630


#6b1630 Border Color

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

This div border color is #6b1630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b1630


Comments

No comments written yet.

Please login to write comment.