Color Hex Logo

#698fbf Color Hex

#698FBF
(105,143,191)
0 Favorites   0 Comments

Color spaces of #698fbf

RGB 105143191
HSL0.590.400.58
HSV213°45°75°
CMYK 0.450.250.00   0.25
XYZ25.052126.409853.0674
Yxy26.40980.23970.2527
Hunter Lab51.3905-2.9172-25.2514
CIE-Lab58.4240-0.2115-29.0759

#698fbf color RGB value is (105,143,191).

#698fbf hex color red value is 105, green value is 143 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #698fbf hue: 0.59 , saturation: 0.40 and the lightness value of 698fbf is 0.58.

The process color (four color CMYK) of #698fbf color hex is 0.45, 0.25, 0.00, 0.25. Web safe color of #698fbf is #6699cc. Color #698fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001111 10111111
Octal 151 217 277
Decimal 105 143 191
Hex 69 8F BF

RGB Percentages of Color #698fbf

%23.92
%32.57
%43.51

CMYK Percentages of Color #698fbf

%45
%25
%0
%25

Triadic Colors of #698fbf

#698fbf #bf698f #8fbf69

Analogous Colors of #698fbf

#698fbf #6e69bf #69babf

Monochromatic Colors of #698fbf

#698fbf

Complementary Color

#698fbf #bf9969

#698fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#698fbf Color CSS Codes

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

#698fbf Text Font Color

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

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


#698fbf Background Color

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

This div background color is #698fbf


#698fbf Border Color

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

This div border color is #698fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698fbf


Comments

No comments written yet.

Please login to write comment.