Color Hex Logo

#698396 Color Hex

#698396
(105,131,150)
0 Favorites   0 Comments

Color spaces of #698396

RGB 105131150
HSL0.570.180.50
HSV205°30°59°
CMYK 0.300.130.00   0.41
XYZ19.447021.437931.9671
Yxy21.43790.26690.2943
Hunter Lab46.3011-6.0548-8.5241
CIE-Lab53.4255-4.6192-13.2273

#698396 color RGB value is (105,131,150).

#698396 hex color red value is 105, green value is 131 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #698396 hue: 0.57 , saturation: 0.18 and the lightness value of 698396 is 0.50.

The process color (four color CMYK) of #698396 color hex is 0.30, 0.13, 0.00, 0.41. Web safe color of #698396 is #669999. Color #698396 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000011 10010110
Octal 151 203 226
Decimal 105 131 150
Hex 69 83 96

RGB Percentages of Color #698396

%27.20
%33.94
%38.86

CMYK Percentages of Color #698396

%30
%13
%0
%41

Triadic Colors of #698396

#698396 #966983 #839669

Analogous Colors of #698396

#698396 #696d96 #699693

Monochromatic Colors of #698396

#698396

Complementary Color

#698396 #967c69

#698396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698396 Color CSS Codes

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

#698396 Text Font Color

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

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


#698396 Background Color

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

This div background color is #698396


#698396 Border Color

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

This div border color is #698396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698396


Comments

No comments written yet.

Please login to write comment.