Color Hex Logo

#6b6500 Color Hex

#6B6500
(107,101,0)
0 Favorites   0 Comments

Color spaces of #6b6500

RGB 1071010
HSL0.161.000.21
HSV57°100°42°
CMYK 0.000.061.00   0.58
XYZ10.717112.43321.8350
Yxy12.43320.42890.4976
Hunter Lab35.2607-7.453321.5970
CIE-Lab41.8965-7.998748.5446

#6b6500 color RGB value is (107,101,0).

#6b6500 hex color red value is 107, green value is 101 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #6b6500 hue: 0.16 , saturation: 1.00 and the lightness value of 6b6500 is 0.21.

The process color (four color CMYK) of #6b6500 color hex is 0.00, 0.06, 1.00, 0.58. Web safe color of #6b6500 is #666600. Color #6b6500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01100101 00000000
Octal 153 145 0
Decimal 107 101 0
Hex 6B 65 0

RGB Percentages of Color #6b6500

%51.44
%48.56
%0.00

CMYK Percentages of Color #6b6500

%0
%6
%100
%58

Triadic Colors of #6b6500

#6b6500 #006b65 #65006b

Analogous Colors of #6b6500

#6b6500 #3c6b00 #6b3000

Monochromatic Colors of #6b6500

#6b6500

Complementary Color

#6b6500 #00066b

#6b6500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b6500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b6500 Color CSS Codes

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

#6b6500 Text Font Color

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

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


#6b6500 Background Color

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

This div background color is #6b6500


#6b6500 Border Color

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

This div border color is #6b6500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b6500


Comments

No comments written yet.

Please login to write comment.