Color Hex Logo

#699063 Color Hex

#699063
(105,144,99)
0 Favorites   0 Comments

Color spaces of #699063

RGB 10514499
HSL0.310.190.48
HSV112°31°56°
CMYK 0.270.000.31   0.44
XYZ18.051123.850615.4566
Yxy23.85060.31470.4158
Hunter Lab48.8371-19.487915.4211
CIE-Lab55.9379-22.673919.6996

#699063 color RGB value is (105,144,99).

#699063 hex color red value is 105, green value is 144 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #699063 hue: 0.31 , saturation: 0.19 and the lightness value of 699063 is 0.48.

The process color (four color CMYK) of #699063 color hex is 0.27, 0.00, 0.31, 0.44. Web safe color of #699063 is #669966. Color #699063 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010000 01100011
Octal 151 220 143
Decimal 105 144 99
Hex 69 90 63

RGB Percentages of Color #699063

%30.17
%41.38
%28.45

CMYK Percentages of Color #699063

%27
%0
%31
%44

Triadic Colors of #699063

#699063 #636990 #906369

Analogous Colors of #699063

#699063 #639074 #809063

Monochromatic Colors of #699063

#699063

Complementary Color

#699063 #8a6390

#699063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#699063 Color CSS Codes

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

#699063 Text Font Color

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

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


#699063 Background Color

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

This div background color is #699063


#699063 Border Color

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

This div border color is #699063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699063


Comments

No comments written yet.

Please login to write comment.