Color Hex Logo

#65799e Color Hex

#65799E
(101,121,158)
0 Favorites   0 Comments

Color spaces of #65799e

RGB 101121158
HSL0.610.230.51
HSV219°36°62°
CMYK 0.360.230.00   0.38
XYZ18.375818.910135.0293
Yxy18.91010.25410.2615
Hunter Lab43.4857-0.6712-17.3202
CIE-Lab50.58192.1255-22.2457

#65799e color RGB value is (101,121,158).

#65799e hex color red value is 101, green value is 121 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #65799e hue: 0.61 , saturation: 0.23 and the lightness value of 65799e is 0.51.

The process color (four color CMYK) of #65799e color hex is 0.36, 0.23, 0.00, 0.38. Web safe color of #65799e is #666699. Color #65799e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111001 10011110
Octal 145 171 236
Decimal 101 121 158
Hex 65 79 9E

RGB Percentages of Color #65799e

%26.58
%31.84
%41.58

CMYK Percentages of Color #65799e

%36
%23
%0
%38

Triadic Colors of #65799e

#65799e #9e6579 #799e65

Analogous Colors of #65799e

#65799e #6e659e #65969e

Monochromatic Colors of #65799e

#65799e

Complementary Color

#65799e #9e8a65

#65799e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65799e Color Preview on White Background

Lorem ipsum dolor sit amet.

#65799e Color CSS Codes

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

#65799e Text Font Color

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

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


#65799e Background Color

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

This div background color is #65799e


#65799e Border Color

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

This div border color is #65799e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,121,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65799e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65799e;
  -webkit-box-shadow: 1px 1px 3px 2px #65799e;
  box-shadow:         1px 1px 3px 2px #65799e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,121,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65799e


Comments

No comments written yet.

Please login to write comment.