Color Hex Logo

#607888 Color Hex

#607888
(96,120,136)
0 Favorites   0 Comments

Color spaces of #607888

RGB 96120136
HSL0.570.170.45
HSV204°29°53°
CMYK 0.290.120.00   0.47
XYZ15.984317.697325.8660
Yxy17.69730.26840.2972
Hunter Lab42.0682-5.7961-7.0073
CIE-Lab49.1269-4.7325-11.5785

#607888 color RGB value is (96,120,136).

#607888 hex color red value is 96, green value is 120 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #607888 hue: 0.57 , saturation: 0.17 and the lightness value of 607888 is 0.45.

The process color (four color CMYK) of #607888 color hex is 0.29, 0.12, 0.00, 0.47. Web safe color of #607888 is #666699. Color #607888 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111000 10001000
Octal 140 170 210
Decimal 96 120 136
Hex 60 78 88

RGB Percentages of Color #607888

%27.27
%34.09
%38.64

CMYK Percentages of Color #607888

%29
%12
%0
%47

Triadic Colors of #607888

#607888 #886078 #788860

Analogous Colors of #607888

#607888 #606488 #608884

Monochromatic Colors of #607888

#607888

Complementary Color

#607888 #887060

#607888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#607888 Color CSS Codes

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

#607888 Text Font Color

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

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


#607888 Background Color

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

This div background color is #607888


#607888 Border Color

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

This div border color is #607888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607888


Comments

No comments written yet.

Please login to write comment.