Color Hex Logo

#658299 Color Hex

#658299
(101,130,153)
0 Favorites   0 Comments

Color spaces of #658299

RGB 101130153
HSL0.570.200.50
HSV207°34°60°
CMYK 0.340.150.00   0.40
XYZ19.099221.031933.1899
Yxy21.03190.26050.2868
Hunter Lab45.8605-5.9174-10.8066
CIE-Lab52.9844-4.4850-15.6615

#658299 color RGB value is (101,130,153).

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

The process color (four color CMYK) of #658299 color hex is 0.34, 0.15, 0.00, 0.40. Web safe color of #658299 is #669999. Color #658299 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10000010 10011001
Octal 145 202 231
Decimal 101 130 153
Hex 65 82 99

RGB Percentages of Color #658299

%26.30
%33.85
%39.84

CMYK Percentages of Color #658299

%34
%15
%0
%40

Triadic Colors of #658299

#658299 #996582 #829965

Analogous Colors of #658299

#658299 #656899 #659996

Monochromatic Colors of #658299

#658299

Complementary Color

#658299 #997c65

#658299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#658299 Color CSS Codes

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

#658299 Text Font Color

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

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


#658299 Background Color

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

This div background color is #658299


#658299 Border Color

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

This div border color is #658299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658299


Comments

No comments written yet.

Please login to write comment.