Color Hex Logo

#62769d Color Hex

#62769D
(98,118,157)
0 Favorites   0 Comments

Color spaces of #62769d

RGB 98118157
HSL0.610.230.50
HSV220°38°62°
CMYK 0.380.250.00   0.38
XYZ17.601217.987934.4426
Yxy17.98790.25130.2569
Hunter Lab42.4121-0.1431-18.4605
CIE-Lab49.48142.7479-23.3736

#62769d color RGB value is (98,118,157).

#62769d hex color red value is 98, green value is 118 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #62769d hue: 0.61 , saturation: 0.23 and the lightness value of 62769d is 0.50.

The process color (four color CMYK) of #62769d color hex is 0.38, 0.25, 0.00, 0.38. Web safe color of #62769d is #666699. Color #62769d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01110110 10011101
Octal 142 166 235
Decimal 98 118 157
Hex 62 76 9D

RGB Percentages of Color #62769d

%26.27
%31.64
%42.09

CMYK Percentages of Color #62769d

%38
%25
%0
%38

Triadic Colors of #62769d

#62769d #9d6276 #769d62

Analogous Colors of #62769d

#62769d #6c629d #62949d

Monochromatic Colors of #62769d

#62769d

Complementary Color

#62769d #9d8962

#62769d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62769d Color Preview on White Background

Lorem ipsum dolor sit amet.

#62769d Color CSS Codes

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

#62769d Text Font Color

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

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


#62769d Background Color

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

This div background color is #62769d


#62769d Border Color

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

This div border color is #62769d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,118,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62769d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62769d;
  -webkit-box-shadow: 1px 1px 3px 2px #62769d;
  box-shadow:         1px 1px 3px 2px #62769d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,118,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62769d


Comments

No comments written yet.

Please login to write comment.