#607589

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

Shades of Lynch #607589

Tints of Lynch #607589

Color information

#607589 (or 0x607589) is unknown color: approx Lynch. HEX triplet: 60, 75 and 89. RGB value is (96,117,137). Sum of RGB (Red+Green+Blue) = 96+117+137=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 137 - color contains mainly: blue. Hex color #607589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607589 is #9F8A76. Grayscale: #707070. Windows color (decimal): -10455671 or 9008480. OLE color: 9008480.

HSL color Cylindrical-coordinate representation of color #607589: hue angle of 209.27º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #607589 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB96117137-
CMYK0.300.1500.46
HSL209.27º17.6%45.69%-
HSV(B)209.27º29.93%53.73%-
XYZ15.717.0226.12-
YUV113141.54115.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.43%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 137 (53.91% from 255) = 39.14%
R=27.43%
G=33.43%
B=39.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961171370.300.1500.46209.2717.645.69
Hex6075891EF02Ed1122e
Octal14016521136170563212256
Binary110000011101011000100111110111101011101101000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607589; }

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

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

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

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

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

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

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

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