Color Hex Logo

#607481 Color Hex

#607481
(96,116,129)
0 Favorites   0 Comments

Color spaces of #607481

RGB 96116129
HSL0.570.150.44
HSV204°26°51°
CMYK 0.260.100.00   0.49
XYZ15.031716.562623.1735
Yxy16.56260.27450.3024
Hunter Lab40.6972-5.2902-5.2725
CIE-Lab47.7041-4.1951-9.5753

#607481 color RGB value is (96,116,129).

#607481 hex color red value is 96, green value is 116 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #607481 hue: 0.57 , saturation: 0.15 and the lightness value of 607481 is 0.44.

The process color (four color CMYK) of #607481 color hex is 0.26, 0.10, 0.00, 0.49. Web safe color of #607481 is #666699. Color #607481 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110100 10000001
Octal 140 164 201
Decimal 96 116 129
Hex 60 74 81

RGB Percentages of Color #607481

%28.15
%34.02
%37.83

CMYK Percentages of Color #607481

%26
%10
%0
%49

Triadic Colors of #607481

#607481 #816074 #748160

Analogous Colors of #607481

#607481 #606481 #60817e

Monochromatic Colors of #607481

#607481

Complementary Color

#607481 #816d60

#607481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#607481 Color CSS Codes

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

#607481 Text Font Color

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

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


#607481 Background Color

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

This div background color is #607481


#607481 Border Color

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

This div border color is #607481


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,116,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #607481; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #607481;
  -webkit-box-shadow: 1px 1px 3px 2px #607481;
  box-shadow:         1px 1px 3px 2px #607481; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607481


Comments

No comments written yet.

Please login to write comment.