Color Hex Logo

#680663 Color Hex

#680663
(104,6,99)
0 Favorites   0 Comments

Color spaces of #680663

RGB 104699
HSL0.840.890.22
HSV303°94°41°
CMYK 0.000.940.05   0.59
XYZ8.02623.974212.1484
Yxy3.97420.33240.1646
Hunter Lab19.935436.9790-22.1759
CIE-Lab23.586048.7324-28.0313

#680663 color RGB value is (104,6,99).

#680663 hex color red value is 104, green value is 6 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #680663 hue: 0.84 , saturation: 0.89 and the lightness value of 680663 is 0.22.

The process color (four color CMYK) of #680663 color hex is 0.00, 0.94, 0.05, 0.59. Web safe color of #680663 is #660066. Color #680663 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000110 01100011
Octal 150 6 143
Decimal 104 6 99
Hex 68 6 63

RGB Percentages of Color #680663

%49.76
%2.87
%47.37

CMYK Percentages of Color #680663

%0
%94
%5
%59

Triadic Colors of #680663

#680663 #636806 #066368

Analogous Colors of #680663

#680663 #680632 #3c0668

Monochromatic Colors of #680663

#680663

Complementary Color

#680663 #06680b

#680663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680663 Color CSS Codes

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

#680663 Text Font Color

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

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


#680663 Background Color

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

This div background color is #680663


#680663 Border Color

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

This div border color is #680663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680663


Comments

No comments written yet.

Please login to write comment.