Color Hex Logo

#699699 Color Hex

#699699
(105,150,153)
0 Favorites   0 Comments

Color spaces of #699699

RGB 105150153
HSL0.510.190.51
HSV184°31°60°
CMYK 0.310.020.00   0.40
XYZ22.481827.115934.1860
Yxy27.11590.26830.3236
Hunter Lab52.0729-14.0626-2.4730
CIE-Lab59.0815-14.4070-6.4826

#699699 color RGB value is (105,150,153).

#699699 hex color red value is 105, green value is 150 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #699699 hue: 0.51 , saturation: 0.19 and the lightness value of 699699 is 0.51.

The process color (four color CMYK) of #699699 color hex is 0.31, 0.02, 0.00, 0.40. Web safe color of #699699 is #669999. Color #699699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010110 10011001
Octal 151 226 231
Decimal 105 150 153
Hex 69 96 99

RGB Percentages of Color #699699

%25.74
%36.76
%37.50

CMYK Percentages of Color #699699

%31
%2
%0
%40

Triadic Colors of #699699

#699699 #996996 #969969

Analogous Colors of #699699

#699699 #697e99 #699984

Monochromatic Colors of #699699

#699699

Complementary Color

#699699 #996c69

#699699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#699699 Color CSS Codes

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

#699699 Text Font Color

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

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


#699699 Background Color

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

This div background color is #699699


#699699 Border Color

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

This div border color is #699699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699699


Comments

No comments written yet.

Please login to write comment.