Color Hex Logo

#65659a Color Hex

#65659A
(101,101,154)
0 Favorites   0 Comments

Color spaces of #65659a

RGB 101101154
HSL0.670.210.50
HSV240°34°60°
CMYK 0.340.340.00   0.40
XYZ15.853214.407232.5172
Yxy14.40720.25250.2295
Hunter Lab37.95688.1286-24.2233
CIE-Lab44.811313.1124-28.8374

#65659a color RGB value is (101,101,154).

#65659a hex color red value is 101, green value is 101 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #65659a hue: 0.67 , saturation: 0.21 and the lightness value of 65659a is 0.50.

The process color (four color CMYK) of #65659a color hex is 0.34, 0.34, 0.00, 0.40. Web safe color of #65659a is #666699. Color #65659a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01100101 10011010
Octal 145 145 232
Decimal 101 101 154
Hex 65 65 9A

RGB Percentages of Color #65659a

%28.37
%28.37
%43.26

CMYK Percentages of Color #65659a

%34
%34
%0
%40

Triadic Colors of #65659a

#65659a #9a6565 #659a65

Analogous Colors of #65659a

#65659a #80659a #65809a

Monochromatic Colors of #65659a

#65659a

Complementary Color

#65659a #9a9a65

#65659a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65659a Color Preview on White Background

Lorem ipsum dolor sit amet.

#65659a Color CSS Codes

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

#65659a Text Font Color

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

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


#65659a Background Color

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

This div background color is #65659a


#65659a Border Color

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

This div border color is #65659a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,101,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65659a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65659a;
  -webkit-box-shadow: 1px 1px 3px 2px #65659a;
  box-shadow:         1px 1px 3px 2px #65659a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65659a


Comments

No comments written yet.

Please login to write comment.