#607989

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

Shades of Lynch #607989

Tints of Lynch #607989

Color information

#607989 (or 0x607989) is unknown color: approx Lynch. HEX triplet: 60, 79 and 89. RGB value is (96,121,137). Sum of RGB (Red+Green+Blue) = 96+121+137=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 137 - color contains mainly: blue. Hex color #607989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607989 is #9F8676. Grayscale: #737373. Windows color (decimal): -10454647 or 9009504. OLE color: 9009504.

HSL color Cylindrical-coordinate representation of color #607989: hue angle of 203.41º 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 #607989 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB96121137-
CMYK0.300.1200.46
HSL203.41º17.6%45.69%-
HSV(B)203.41º29.93%53.73%-
XYZ16.1817.9726.28-
YUV115.35140.22114.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.12%
GREEN value IS 121 (47.66% from 255) = 34.18%
BLUE value IS 137 (53.91% from 255) = 38.70%
R=27.12%
G=34.18%
B=38.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961211370.300.1200.46203.4117.645.69
Hex6079891EC02Ecb122e
Octal14017121136140563132256
Binary110000011110011000100111110110001011101100101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607989; }

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

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

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

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

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

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

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

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