Color Hex Logo

#690063 Color Hex

#690063
(105,0,99)
0 Favorites   0 Comments

Color spaces of #690063

RGB 105099
HSL0.841.000.21
HSV303°100°41°
CMYK 0.001.000.06   0.59
XYZ8.07783.904112.1322
Yxy3.90410.33500.1619
Hunter Lab19.758838.3966-22.5738
CIE-Lab23.351850.2107-28.3922

#690063 color RGB value is (105,0,99).

#690063 hex color red value is 105, green value is 0 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #690063 hue: 0.84 , saturation: 1.00 and the lightness value of 690063 is 0.21.

The process color (four color CMYK) of #690063 color hex is 0.00, 1.00, 0.06, 0.59. Web safe color of #690063 is #660066. Color #690063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00000000 01100011
Octal 151 0 143
Decimal 105 0 99
Hex 69 0 63

RGB Percentages of Color #690063

%51.47
%0.00
%48.53

CMYK Percentages of Color #690063

%0
%100
%6
%59

Triadic Colors of #690063

#690063 #636900 #006369

Analogous Colors of #690063

#690063 #69002e #3b0069

Monochromatic Colors of #690063

#690063

Complementary Color

#690063 #006906

#690063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#690063 Color CSS Codes

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

#690063 Text Font Color

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

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


#690063 Background Color

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

This div background color is #690063


#690063 Border Color

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

This div border color is #690063


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,0,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 #690063">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690063


Comments

No comments written yet.

Please login to write comment.