Color Hex Logo

#679099 Color Hex

#679099
(103,144,153)
0 Favorites   0 Comments

Color spaces of #679099

RGB 103144153
HSL0.530.200.50
HSV191°33°60°
CMYK 0.330.060.00   0.40
XYZ21.316525.130033.8641
Yxy25.13000.26540.3129
Hunter Lab50.1298-11.8244-4.9612
CIE-Lab57.2019-11.7430-9.2952

#679099 color RGB value is (103,144,153).

#679099 hex color red value is 103, green value is 144 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #679099 hue: 0.53 , saturation: 0.20 and the lightness value of 679099 is 0.50.

The process color (four color CMYK) of #679099 color hex is 0.33, 0.06, 0.00, 0.40. Web safe color of #679099 is #669999. Color #679099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10010000 10011001
Octal 147 220 231
Decimal 103 144 153
Hex 67 90 99

RGB Percentages of Color #679099

%25.75
%36.00
%38.25

CMYK Percentages of Color #679099

%33
%6
%0
%40

Triadic Colors of #679099

#679099 #996790 #909967

Analogous Colors of #679099

#679099 #677799 #679989

Monochromatic Colors of #679099

#679099

Complementary Color

#679099 #997067

#679099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#679099 Color CSS Codes

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

#679099 Text Font Color

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

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


#679099 Background Color

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

This div background color is #679099


#679099 Border Color

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

This div border color is #679099


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,144,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 #679099">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679099


Comments

No comments written yet.

Please login to write comment.