Color Hex Logo

#698baf Color Hex

#698BAF
(105,139,175)
0 Favorites   0 Comments

Color spaces of #698baf

RGB 105139175
HSL0.590.300.55
HSV211°40°69°
CMYK 0.400.210.00   0.31
XYZ22.796224.563644.0972
Yxy24.56360.24930.2686
Hunter Lab49.5617-4.6308-18.0597
CIE-Lab56.6477-2.4820-22.7176

#698baf color RGB value is (105,139,175).

#698baf hex color red value is 105, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #698baf hue: 0.59 , saturation: 0.30 and the lightness value of 698baf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001011 10101111
Octal 151 213 257
Decimal 105 139 175
Hex 69 8B AF

RGB Percentages of Color #698baf

%25.06
%33.17
%41.77

CMYK Percentages of Color #698baf

%40
%21
%0
%31

Triadic Colors of #698baf

#698baf #af698b #8baf69

Analogous Colors of #698baf

#698baf #6a69af #69aeaf

Monochromatic Colors of #698baf

#698baf

Complementary Color

#698baf #af8d69

#698baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#698baf Color CSS Codes

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

#698baf Text Font Color

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

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


#698baf Background Color

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

This div background color is #698baf


#698baf Border Color

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

This div border color is #698baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698baf


Comments

No comments written yet.

Please login to write comment.