Color Hex Logo

#698db2 Color Hex

#698DB2
(105,141,178)
0 Favorites   0 Comments

Color spaces of #698db2

RGB 105141178
HSL0.580.320.55
HSV210°41°70°
CMYK 0.410.210.00   0.30
XYZ23.386525.267445.7640
Yxy25.26740.24770.2676
Hunter Lab50.2667-4.9199-18.7924
CIE-Lab57.3350-2.7859-23.3739

#698db2 color RGB value is (105,141,178).

#698db2 hex color red value is 105, green value is 141 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #698db2 hue: 0.58 , saturation: 0.32 and the lightness value of 698db2 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001101 10110010
Octal 151 215 262
Decimal 105 141 178
Hex 69 8D B2

RGB Percentages of Color #698db2

%24.76
%33.25
%41.98

CMYK Percentages of Color #698db2

%41
%21
%0
%30

Triadic Colors of #698db2

#698db2 #b2698d #8db269

Analogous Colors of #698db2

#698db2 #6a69b2 #69b2b2

Monochromatic Colors of #698db2

#698db2

Complementary Color

#698db2 #b28e69

#698db2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698db2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698db2 Color CSS Codes

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

#698db2 Text Font Color

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

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


#698db2 Background Color

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

This div background color is #698db2


#698db2 Border Color

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

This div border color is #698db2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698db2


Comments

No comments written yet.

Please login to write comment.