Color Hex Logo

#698499 Color Hex

#698499
(105,132,153)
0 Favorites   0 Comments

Color spaces of #698499

RGB 105132153
HSL0.570.190.51
HSV206°31°60°
CMYK 0.310.140.00   0.40
XYZ19.826721.805733.3009
Yxy21.80570.26460.2910
Hunter Lab46.6966-5.9304-9.5941
CIE-Lab53.8202-4.4156-14.3702

#698499 color RGB value is (105,132,153).

#698499 hex color red value is 105, green value is 132 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #698499 hue: 0.57 , saturation: 0.19 and the lightness value of 698499 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000100 10011001
Octal 151 204 231
Decimal 105 132 153
Hex 69 84 99

RGB Percentages of Color #698499

%26.92
%33.85
%39.23

CMYK Percentages of Color #698499

%31
%14
%0
%40

Triadic Colors of #698499

#698499 #996984 #849969

Analogous Colors of #698499

#698499 #696c99 #699996

Monochromatic Colors of #698499

#698499

Complementary Color

#698499 #997e69

#698499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698499 Color CSS Codes

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

#698499 Text Font Color

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

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


#698499 Background Color

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

This div background color is #698499


#698499 Border Color

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

This div border color is #698499


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,132,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #698499; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #698499;
  -webkit-box-shadow: 1px 1px 3px 2px #698499;
  box-shadow:         1px 1px 3px 2px #698499; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698499


Comments

No comments written yet.

Please login to write comment.