Color Hex Logo

#656998 Color Hex

#656998
(101,105,152)
0 Favorites   0 Comments

Color spaces of #656998

RGB 101105152
HSL0.650.200.50
HSV235°34°60°
CMYK 0.340.310.00   0.40
XYZ16.085915.136931.7796
Yxy15.13690.25530.2403
Hunter Lab38.90625.7157-21.1953
CIE-Lab45.821110.1000-26.0778

#656998 color RGB value is (101,105,152).

#656998 hex color red value is 101, green value is 105 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #656998 hue: 0.65 , saturation: 0.20 and the lightness value of 656998 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101001 10011000
Octal 145 151 230
Decimal 101 105 152
Hex 65 69 98

RGB Percentages of Color #656998

%28.21
%29.33
%42.46

CMYK Percentages of Color #656998

%34
%31
%0
%40

Triadic Colors of #656998

#656998 #986569 #699865

Analogous Colors of #656998

#656998 #7b6598 #658398

Monochromatic Colors of #656998

#656998

Complementary Color

#656998 #989465

#656998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#656998 Color CSS Codes

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

#656998 Text Font Color

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

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


#656998 Background Color

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

This div background color is #656998


#656998 Border Color

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

This div border color is #656998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656998


Comments

No comments written yet.

Please login to write comment.