#607587

Color #607587 Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #607587

Tints of Lynch #607587

Color information

#607587 (or 0x607587) is unknown color: approx Lynch. HEX triplet: 60, 75 and 87. RGB value is (96,117,135). Sum of RGB (Red+Green+Blue) = 96+117+135=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 135 - color contains mainly: blue. Hex color #607587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607587 is #9F8A78. Grayscale: #707070. Windows color (decimal): -10455673 or 8877408. OLE color: 8877408.

HSL color Cylindrical-coordinate representation of color #607587: hue angle of 207.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #607587 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB96117135-
CMYK0.290.1300.47
HSL207.69º16.88%45.29%-
HSV(B)207.69º28.89%52.94%-
XYZ15.5616.9625.38-
YUV112.77140.54116.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 135 (53.12% from 255) = 38.79%
R=27.59%
G=33.62%
B=38.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961171350.290.1300.47207.6916.8845.29
Hex6075871DD02Fd0112d
Octal14016520735150573202155
Binary110000011101011000011111101110101011111101000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607587; }

 p { color: rgb(96,117,135); }

 H1.HeaderClassName
 {
   color: #607587;
 }
 .AnyTagClassName
 {
   color: #607587;
 }
</style>
background-color css

<style>
 a { background-color: #607587; }

 a { background-color: rgb(96,117,135); }

 div.DivClassName
 {
   background-color: #607587;
 }
 .BgClassName
 {
   background-color: #607587;
 }
</style>
border-color css

<style>
 span { border-color: #607587; }

 span { border-color: rgb(96,117,135); }

 td.TdClassName
 {
   border-color: #607587;
 }
 .TagClassName
 {
   border-color: #607587;
 }
</style>