Color Hex Logo

#698dba Color Hex

#698DBA
(105,141,186)
0 Favorites   0 Comments

Color spaces of #698dba

RGB 105141186
HSL0.590.370.57
HSV213°44°73°
CMYK 0.440.240.00   0.27
XYZ24.213525.598250.1191
Yxy25.59820.24230.2562
Hunter Lab50.5947-3.1145-23.3164
CIE-Lab57.6537-0.5089-27.4336

#698dba color RGB value is (105,141,186).

#698dba hex color red value is 105, green value is 141 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #698dba hue: 0.59 , saturation: 0.37 and the lightness value of 698dba is 0.57.

The process color (four color CMYK) of #698dba color hex is 0.44, 0.24, 0.00, 0.27. Web safe color of #698dba is #6699cc. Color #698dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001101 10111010
Octal 151 215 272
Decimal 105 141 186
Hex 69 8D BA

RGB Percentages of Color #698dba

%24.31
%32.64
%43.06

CMYK Percentages of Color #698dba

%44
%24
%0
%27

Triadic Colors of #698dba

#698dba #ba698d #8dba69

Analogous Colors of #698dba

#698dba #6e69ba #69b6ba

Monochromatic Colors of #698dba

#698dba

Complementary Color

#698dba #ba9669

#698dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#698dba Color CSS Codes

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

#698dba Text Font Color

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

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


#698dba Background Color

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

This div background color is #698dba


#698dba Border Color

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

This div border color is #698dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698dba


Comments

No comments written yet.

Please login to write comment.