Color Hex Logo

#656ac6 Color Hex

#656AC6
(101,106,198)
0 Favorites   0 Comments

Color spaces of #656ac6

RGB 101106198
HSL0.660.460.59
HSV237°49°78°
CMYK 0.490.460.00   0.22
XYZ20.713917.152055.6450
Yxy17.15200.22150.1834
Hunter Lab41.415016.8014-50.6713
CIE-Lab48.451023.0864-48.7789

#656ac6 color RGB value is (101,106,198).

#656ac6 hex color red value is 101, green value is 106 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #656ac6 hue: 0.66 , saturation: 0.46 and the lightness value of 656ac6 is 0.59.

The process color (four color CMYK) of #656ac6 color hex is 0.49, 0.46, 0.00, 0.22. Web safe color of #656ac6 is #6666cc. Color #656ac6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101010 11000110
Octal 145 152 306
Decimal 101 106 198
Hex 65 6A C6

RGB Percentages of Color #656ac6

%24.94
%26.17
%48.89

CMYK Percentages of Color #656ac6

%49
%46
%0
%22

Triadic Colors of #656ac6

#656ac6 #c6656a #6ac665

Analogous Colors of #656ac6

#656ac6 #9165c6 #659bc6

Monochromatic Colors of #656ac6

#656ac6

Complementary Color

#656ac6 #c6c165

#656ac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656ac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#656ac6 Color CSS Codes

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

#656ac6 Text Font Color

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

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


#656ac6 Background Color

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

This div background color is #656ac6


#656ac6 Border Color

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

This div border color is #656ac6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,106,198, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #656ac6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #656ac6;
  -webkit-box-shadow: 1px 1px 3px 2px #656ac6;
  box-shadow:         1px 1px 3px 2px #656ac6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656ac6


Comments

No comments written yet.

Please login to write comment.