Color Hex Logo

#680406 Color Hex

#680406
(104,4,6)
0 Favorites   0 Comments

Color spaces of #680406

RGB 10446
HSL1.000.930.21
HSV359°96°41°
CMYK 0.000.960.94   0.59
XYZ5.78523.04300.4547
Yxy3.04300.62320.3278
Hunter Lab17.444228.670510.6655
CIE-Lab20.215340.581028.3502

#680406 color RGB value is (104,4,6).

#680406 hex color red value is 104, green value is 4 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #680406 hue: 1.00 , saturation: 0.93 and the lightness value of 680406 is 0.21.

The process color (four color CMYK) of #680406 color hex is 0.00, 0.96, 0.94, 0.59. Web safe color of #680406 is #660000. Color #680406 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000100 00000110
Octal 150 4 6
Decimal 104 4 6
Hex 68 4 6

RGB Percentages of Color #680406

%91.23
%3.51
%5.26

CMYK Percentages of Color #680406

%0
%96
%94
%59

Triadic Colors of #680406

#680406 #066804 #040668

Analogous Colors of #680406

#680406 #683404 #680438

Monochromatic Colors of #680406

#680406

Complementary Color

#680406 #046866

#680406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680406 Color CSS Codes

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

#680406 Text Font Color

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

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


#680406 Background Color

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

This div background color is #680406


#680406 Border Color

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

This div border color is #680406


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680406


Comments

No comments written yet.

Please login to write comment.