Color Hex Logo

#698faa Color Hex

#698FAA
(105,143,170)
0 Favorites   0 Comments

Color spaces of #698faa

RGB 105143170
HSL0.570.280.54
HSV205°38°67°
CMYK 0.380.160.00   0.33
XYZ22.903925.550541.7548
Yxy25.55050.25390.2832
Hunter Lab50.5475-7.5769-13.5933
CIE-Lab57.6079-6.1322-18.3942

#698faa color RGB value is (105,143,170).

#698faa hex color red value is 105, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #698faa hue: 0.57 , saturation: 0.28 and the lightness value of 698faa is 0.54.

The process color (four color CMYK) of #698faa color hex is 0.38, 0.16, 0.00, 0.33. Web safe color of #698faa is #669999. Color #698faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001111 10101010
Octal 151 217 252
Decimal 105 143 170
Hex 69 8F AA

RGB Percentages of Color #698faa

%25.12
%34.21
%40.67

CMYK Percentages of Color #698faa

%38
%16
%0
%33

Triadic Colors of #698faa

#698faa #aa698f #8faa69

Analogous Colors of #698faa

#698faa #696faa #69aaa5

Monochromatic Colors of #698faa

#698faa

Complementary Color

#698faa #aa8469

#698faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#698faa Color CSS Codes

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

#698faa Text Font Color

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

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


#698faa Background Color

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

This div background color is #698faa


#698faa Border Color

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

This div border color is #698faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,143,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #698faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #698faa;
  -webkit-box-shadow: 1px 1px 3px 2px #698faa;
  box-shadow:         1px 1px 3px 2px #698faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698faa


Comments

No comments written yet.

Please login to write comment.