Color Hex Logo

#628099 Color Hex

#628099
(98,128,153)
0 Favorites   0 Comments

Color spaces of #628099

RGB 98128153
HSL0.580.220.49
HSV207°36°60°
CMYK 0.360.160.00   0.40
XYZ18.505920.334933.0867
Yxy20.33490.25730.2827
Hunter Lab45.0942-5.6616-11.9365
CIE-Lab52.2138-4.2278-16.8505

#628099 color RGB value is (98,128,153).

#628099 hex color red value is 98, green value is 128 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #628099 hue: 0.58 , saturation: 0.22 and the lightness value of 628099 is 0.49.

The process color (four color CMYK) of #628099 color hex is 0.36, 0.16, 0.00, 0.40. Web safe color of #628099 is #669999. Color #628099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000000 10011001
Octal 142 200 231
Decimal 98 128 153
Hex 62 80 99

RGB Percentages of Color #628099

%25.86
%33.77
%40.37

CMYK Percentages of Color #628099

%36
%16
%0
%40

Triadic Colors of #628099

#628099 #996280 #809962

Analogous Colors of #628099

#628099 #626599 #629997

Monochromatic Colors of #628099

#628099

Complementary Color

#628099 #997b62

#628099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#628099 Color CSS Codes

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

#628099 Text Font Color

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

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


#628099 Background Color

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

This div background color is #628099


#628099 Border Color

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

This div border color is #628099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628099


Comments

No comments written yet.

Please login to write comment.